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 b7f059d..8387156 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("%Y-%m-%d %a %H:%M:%S") }}></time + >{{ post.date|strftime("%A, %B %d, %Y %H:%M:%S") }}</time > {% endif %} {% if post.filetags %} <p class="post-tags"> |