diff options
Diffstat (limited to 'templates_html/section_posts.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> |
