diff options
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r-- | theme/templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html index 9300fb5..aa74ece 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -12,7 +12,7 @@ <h1>{{ post.title }}</h1> {% if post.date is defined %} <time datetime='{{ post.date|strftime("%Y-%m-%d") }}' - >{{ post.date|strftime("%A, %B %d, %Y %H:%M:%S") }}</time + >{{ post.date|strftime("%Y-%m-%d %H:%M:%S") }}</time > {% endif %} </section> |