gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fd0714cfde544297a5b283605777a5ebc2e1e0f9
parent 5460271bb51290c2b0acf2f00001096e2b12c3e2
Author: f0x52 <f0x@cthu.lu>
Date:   Thu,  8 Jul 2021 14:57:37 +0200

disable html escaping for short description (#84)


Diffstat:
Mweb/template/index.tmpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/template/index.tmpl b/web/template/index.tmpl @@ -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>