mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
undo template no escape (#87)
This commit is contained in:
@@ -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 | noescape}}
|
{{.instance.ShortDescription}}
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user