show metadata box on the index, too
[Ultimately_Untrue_Thought.git] / theme / templates / index.html
index 56079ac..233c8a8 100644 (file)
@@ -6,6 +6,7 @@
 {% for article in articles %}
   <article>
     <h1><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
+    {% include 'metadata.inc.html' %}
     {{ article.content }}
   </article>
   <hr />