Display date for posts

This commit is contained in:
Philipp Oppermann
2017-06-13 17:30:36 +02:00
parent ca96cae9cc
commit 6f8999ada5

View File

@@ -4,6 +4,7 @@
{% block main %} {% block main %}
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<time datetime="{{ page.date | date(format="%Y-%m-%d") }}" class="post-date">{{ page.date | date(format="%b %d, %Y") }}</time>
{{ page.content | safe }} {{ page.content | safe }}
{% endblock main %} {% endblock main %}