Make dialog buttons a <div> instead of <p>, render Markdown in blog and post descriptions

This commit is contained in:
daudix
2024-06-15 02:58:51 +03:00
parent 18485c90c6
commit 7cfc1a9cd6
5 changed files with 11 additions and 11 deletions

View File

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