summaryrefslogtreecommitdiff
path: root/blog/templates/blogpost.html.j2
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2026-01-01 19:34:11 +0100
committerBotond Hende <nettingman@gmail.com>2026-01-01 19:34:11 +0100
commit3399cf5c4f0a7a79c7903358ef1d6b024dcdfc08 (patch)
treec44bc400c5aafc1de7739d5ad45a144ebc325f4f /blog/templates/blogpost.html.j2
parent997fa352ffc90de537b95dafeb179da19d9c5c22 (diff)
added hour:minutes publish time to feeds
Diffstat (limited to 'blog/templates/blogpost.html.j2')
-rw-r--r--blog/templates/blogpost.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/templates/blogpost.html.j2 b/blog/templates/blogpost.html.j2
index 7375ee4..40dc7de 100644
--- a/blog/templates/blogpost.html.j2
+++ b/blog/templates/blogpost.html.j2
@@ -9,7 +9,7 @@
<hr>
<p>{{ post.get_prompt("stat -c %.10w content") }}
<br>
-{{ post.get_publish_time() }}</p>
+{{ post.get_publish_date() }}</p>
<hr>
<p>{{ post.get_cat_prompt("content") }}</p>
<div class="blog-content-spacer"></div>