diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-10-14 23:20:22 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-10-14 23:20:22 -0500 |
commit | 8a569f85348033146bc018bd80ac343ef7ab39e8 (patch) | |
tree | 68f79e9a96c557182ee9c37454dd9707c233e17d /theme/templates/post.html | |
parent | c51633e2ede460f15aa260d94ddd1330a18a7011 (diff) | |
download | cleberg.net-8a569f85348033146bc018bd80ac343ef7ab39e8.tar.gz cleberg.net-8a569f85348033146bc018bd80ac343ef7ab39e8.tar.bz2 cleberg.net-8a569f85348033146bc018bd80ac343ef7ab39e8.zip |
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> |