mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-01-23 14:48:39 +01:00
disable html escaping for short description (#84)
This commit is contained in:
parent
5460271bb5
commit
fd0714cfde
@ -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>
|
<h3>This is the default landing page, you can edit it from <span class="accent">./web/template/index.tmpl</span></h1>
|
||||||
<p>
|
<p>
|
||||||
{{.instance.ShortDescription}}
|
{{.instance.ShortDescription | noescape}}
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user