summaryrefslogtreecommitdiff
path: root/blog/templates
diff options
context:
space:
mode:
Diffstat (limited to 'blog/templates')
-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>