Parse markdown in homepage banner.

This commit is contained in:
Jan Böhmer 2019-10-13 00:34:33 +02:00
parent 8cfaee5c62
commit 3c16632a89

View file

@ -9,7 +9,7 @@
{% if banner is not empty %} {% if banner is not empty %}
<hr> <hr>
<div> <div>
<h5>{{ banner }}</h5> <h5>{{ banner | markdown }}</h5>
</div> </div>
{% endif %} {% endif %}
</div> </div>