From 1884cdba48482efa43b3f28631c243ae694d6f9b Mon Sep 17 00:00:00 2001 From: f0x Date: Tue, 7 Jun 2022 22:39:10 +0200 Subject: [PATCH] update footer template --- web/template/footer.tmpl | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/web/template/footer.tmpl b/web/template/footer.tmpl index 7ff53a549..15ce72e7a 100644 --- a/web/template/footer.tmpl +++ b/web/template/footer.tmpl @@ -5,16 +5,20 @@ Source Code
+ {{ if .instance.ContactAccount }} Contact: {{.instance.ContactAccount.Username}}
+ {{ end }}
+ {{ if .instance.Email }} Email: {{.instance.Email}}
+ {{ end }}
- {{if .javascript}} - {{range .javascript}} - - {{end}} - {{end}} + {{ if .javascript }} + {{ range .javascript }} + + {{ end }} + {{ end }} \ No newline at end of file