1
0
Oz N Tiram 9 жил өмнө
parent
commit
1f2cffe642
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      templates/entry.html

+ 1 - 1
templates/entry.html

@@ -6,7 +6,7 @@
 <h1>{{ entry.title }}</h1>
   {{ entry.body_html }}
 <div class="tags">
-  <p>This entry was tagged
+  <p>This entry was tagged:
   {% for tag in entry.tags %}<a class="tag" href="/tags/{{ tag.slug }}"><span>{{ tag.name }}</span></a>{% if not loop.last %}, {% endif %}{% endfor %}
 </div>
 <div id="social-btns" style="margin-top: 50px; margin-bottom: 0px">