diff options
Diffstat (limited to 'templates/wiki.html')
-rw-r--r-- | templates/wiki.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/wiki.html b/templates/wiki.html index a61d197..28ef97f 100644 --- a/templates/wiki.html +++ b/templates/wiki.html @@ -10,7 +10,7 @@ {% for page in section.pages %} <div class="wiki-post"> <p><a href="/wiki/{{ page.slug }}/">{{ page.title }}</a></p> - <time datetime="{{ page.updated | date(format='%Y-%m-%d %H:%M:%S') }}">{{ page.updated | date(format='%Y-%m-%d')}}</p> + <time datetime="{{ page.updated | date(format='%Y-%m-%d %H:%M:%S') + }}">{{ page.updated | date(format='%Y-%m-%d')}}</p> </div> -{% endfor %} -{% endblock content %} +{% endfor %} {% endblock content %} |