diff options
| author | Christian Cleberg <[email protected]> | 2025-09-04 16:49:49 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-09-04 16:49:49 -0500 |
| commit | 8ed9f60af1f1a3beca8f114db0175ce31f17822d (patch) | |
| tree | 79502d636c2e363bec7fe6fd36934de646d09f69 /theme/templates/post.html | |
| parent | 6e2e2844688e87c73e7840ff4b2989136ce247d4 (diff) | |
| download | cleberg.net-8ed9f60af1f1a3beca8f114db0175ce31f17822d.tar.gz cleberg.net-8ed9f60af1f1a3beca8f114db0175ce31f17822d.tar.bz2 cleberg.net-8ed9f60af1f1a3beca8f114db0175ce31f17822d.zip | |
shift from monospace theme to a formalized serif theme
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"> |
