ソースを参照

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" %}