Browse Source

update from webadmin

exegetes.eu.org crontab 8 years ago
parent
commit
53243a16da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      templates/macros/blog.html

+ 1 - 0
templates/macros/blog.html

@@ -2,6 +2,7 @@
 <div class="blog-post">
     <div class="headline-wrap">
         <h1><a href="{{ post|url }}">{{ post.title }}</a></h1>
+        <h3>{{ post.pub_date }}</h3>
     </div>
     <div class="article-wrap">
         {{ post.body }}