aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-10-14 23:20:22 -0500
committerChristian Cleberg <[email protected]>2025-10-14 23:20:22 -0500
commitd6fa2485fa7fa9c74f8882f1f66ddd7584645d40 (patch)
tree68f79e9a96c557182ee9c37454dd9707c233e17d /theme/templates/post.html
parent2dc229207a9711daeed625d4af9af75c99c875dc (diff)
downloadcleberg.net-d6fa2485fa7fa9c74f8882f1f66ddd7584645d40.tar.gz
cleberg.net-d6fa2485fa7fa9c74f8882f1f66ddd7584645d40.tar.bz2
cleberg.net-d6fa2485fa7fa9c74f8882f1f66ddd7584645d40.zip
update theme
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r--theme/templates/post.html2
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>