소스 검색

Add missing colon

Oz N Tiram 9 년 전
부모
커밋
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">