mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-27 12:18:54 +02:00
Parse markdown in homepage banner.
This commit is contained in:
parent
8cfaee5c62
commit
3c16632a89
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue