fix: Use feed name defined in config, allow markdown and html in blog page description

Oh and, I changed my mind, Duckquill will continue existing ;)
This commit is contained in:
daudix
2024-01-18 10:25:30 +03:00
parent 5d8b14530b
commit d259b5c200
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{% block content %}
<h1>{{ section.title }}</h1>
<p>{{ section.description }}</p>
<p>{{ section.description | markdown | safe }}</p>
<small>
<a class="link-page" href="{{ get_url(path='tags') }}">Filter by tag</a>