소스 검색

fixed typo in template

Harlan Iverson 7 년 전
부모
커밋
ecc904688e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/resources/templates/themes/ispooge/html/post.html

+ 1 - 1
app/resources/templates/themes/ispooge/html/post.html

@@ -1,5 +1,5 @@
 {% extends "/html/base.html" %}
-{%block subtitle %}: f {{post.title}} on {{post.date|date:"MM.dd"}}{% endblock %}
+{%block subtitle %}: {{post.title}} on {{post.date|date:"MM.dd"}}{% endblock %}
 {% block content %}
 <div id="post">
     {% include "/html/post-content.html" %}