bullet on author page
[Ultimately_Untrue_Thought.git] / theme / templates / index.html
index 56079ac..4095ae9 100644 (file)
@@ -3,12 +3,15 @@
 
 {% block content %}
 
-{% for article in articles %}
+{% for article in articles_page.object_list %}
   <article>
     <h1><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
+    {% include 'metadata.inc.html' %}
     {{ article.content }}
   </article>
   <hr />
 {% endfor %}
 
+{% include 'pagination.inc.html' %}
+
 {% endblock content %}