disable html escaping for short description

This commit is contained in:
f0x 2021-07-08 14:56:00 +02:00
commit adf4712b39

View file

@ -9,7 +9,7 @@
<h3>This is the default landing page, you can edit it from <span class="accent">./web/template/index.tmpl</span></h1>
<p>
{{.instance.ShortDescription}}
{{.instance.ShortDescription | noescape}}
</p>
</section>