diff --git a/templates/include/footer.tmpl b/templates/include/footer.tmpl index c6f4b87..8e3dec9 100644 --- a/templates/include/footer.tmpl +++ b/templates/include/footer.tmpl @@ -1,44 +1,46 @@ {{define "footer"}}
{{if or .SingleUser .WFModesty}} {{else}}

{{.SiteName}}

{{end}} {{end}} diff --git a/templates/user/include/footer.tmpl b/templates/user/include/footer.tmpl index a2fe989..94bb182 100644 --- a/templates/user/include/footer.tmpl +++ b/templates/user/include/footer.tmpl @@ -1,41 +1,42 @@ {{define "footer"}} {{template "foot" .}} {{template "body-end" .}} {{end}} {{define "foot"}} {{end}} {{define "body-end"}} {{end}}