Oz N Tiram преди 9 години
родител
ревизия
989678d58b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 %}