summaryrefslogtreecommitdiffstats
path: root/templates_html/section_posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates_html/section_posts.html')
-rw-r--r--templates_html/section_posts.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates_html/section_posts.html b/templates_html/section_posts.html
index f44321f..f4f3a3b 100644
--- a/templates_html/section_posts.html
+++ b/templates_html/section_posts.html
@@ -14,6 +14,7 @@
<li class="archive-entry">
<a href="{{ page.path }}">{{ page.title }}</a>
<small>({{ page.date | date(format="%Y-%m-%d") }})</small>
+ <p>{{ page.description }}</p>
</li>
{% endfor %} {% endblock %}
</ul>