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:
@ -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) }}">
|
||||
|
Reference in New Issue
Block a user