Explorar o código

fixed typo in template

Harlan Iverson %!s(int64=7) %!d(string=hai) anos
pai
achega
ecc904688e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" %}