diff options
Diffstat (limited to 'templates/section.html')
-rw-r--r-- | templates/section.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/section.html b/templates/section.html index d36e32f..184587b 100644 --- a/templates/section.html +++ b/templates/section.html @@ -11,7 +11,7 @@ <h2>{{ post_date }}</h2> {% endif %} <div class="post"> - <time datetime="{{ page.date | date(format='%Y-%m-%d %H:%M:%S') }}">{{ page.date }}</time> + <time datetime="{{ page.date | date(format='%Y-%m-%d %H:%M:%S') }}">{{ page.date | date(format='%Y-%m-%d') }}</time> <a href="/blog/{{ page.slug }}/">{{ page.title }}</a> </div> {% endfor %} |