mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-21 16:55:38 +03:00
disable html escaping for short description (#84)
This commit is contained in:
parent
5460271bb5
commit
fd0714cfde
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue