diff options
| author | Jan Sydänviita <jan@sydanviita.fi> | 2026-08-23 17:33:38 +0300 |
|---|---|---|
| committer | Jan Sydänviita <jan@sydanviita.fi> | 2026-08-23 17:33:38 +0300 |
| commit | e1996cdec1f135d64eea246f8e77187ec0c8a130 (patch) | |
| tree | bc2bd71c65dfe941c867105a07874c78d3832fc8 /templates_html | |
| parent | 53e768f2a1d3d2478664762d1ec21a34526b246c (diff) | |
Add descriptions, show in post listing
Diffstat (limited to 'templates_html')
| -rw-r--r-- | templates_html/section_posts.html | 1 |
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> |
