summaryrefslogtreecommitdiffstats
path: root/templates_html/section_posts.html
diff options
context:
space:
mode:
authorJan Sydänviita <jan@sydanviita.fi>2026-08-23 17:33:38 +0300
committerJan Sydänviita <jan@sydanviita.fi>2026-08-23 17:33:38 +0300
commite1996cdec1f135d64eea246f8e77187ec0c8a130 (patch)
treebc2bd71c65dfe941c867105a07874c78d3832fc8 /templates_html/section_posts.html
parent53e768f2a1d3d2478664762d1ec21a34526b246c (diff)
Add descriptions, show in post listing
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>