Browse Source

re-introduce the date

Oz N Tiram 9 years ago
parent
commit
989678d58b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/archive_index.html

+ 1 - 1
templates/archive_index.html

@@ -4,7 +4,7 @@
 <div class="archive index">
 <h2>This is an archive of everything posted here ...</h2>
   {% for entry in entries %}
-    <p><a title="../{{ entry.permalink }}" href="../{{entry.permalink}}">{{entry.title }}</a></p>
+    <p>{{ entry.publish_date}} <a title="../{{ entry.permalink }}" href="../{{entry.permalink}}">{{entry.title }}</a></p>
   {% endfor %}
 </div>
 {% endblock content %}