Make dialog buttons a <div> instead of <p>, render Markdown in blog and post descriptions
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user