Remove description variable from article_list.html (fixes #33)

Instead use the normal page content. This allows much richer blog
descriptions!
This commit is contained in:
daudix
2024-07-19 21:36:58 +03:00
parent f1ca685eaa
commit 598e5e9fb7
4 changed files with 7 additions and 6 deletions

View File

@ -5,9 +5,7 @@
{%- set date_locale = macros_translate::translate(key="date_locale", default="en_US", language_strings=language_strings) -%}
<h1>{{ section.title }}</h1>
{%- if section.description %}
{{ section.description | markdown | safe }}
{%- endif %}
{{ section.content | safe }}
<small>
<a href="{{ get_url(path='tags', lang=lang) }}">