summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-02-24 16:21:45 +0800
committerGitHub <noreply@github.com>2017-02-24 16:21:45 +0800
commit12e71e570619aa6f0e0289caa0b000158260065b (patch)
tree5ec09ee62898718ccaeb251445fb70f113cae087
parent76057105ca73b9354bec01be3e7b5039de80c1e0 (diff)
downloadgitea-12e71e570619aa6f0e0289caa0b000158260065b.tar.gz
gitea-12e71e570619aa6f0e0289caa0b000158260065b.zip
Removed footer copyright year (#829)
* change footer copyright year from 2016 to 2017 * add 2016 copyright back * remove the copyright year
-rw-r--r--templates/base/footer.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index 1a9202d271..3b815e8f09 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -7,7 +7,7 @@
<footer>
<div class="ui container">
<div class="ui left">
- © 2016 Gitea {{if (or .ShowFooterVersion .PageIsAdmin)}}{{.i18n.Tr "version"}}: {{AppVer}}{{end}} {{if ShowFooterTemplateLoadTime}}{{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> {{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong>{{end}}
+ © Gitea {{if (or .ShowFooterVersion .PageIsAdmin)}}{{.i18n.Tr "version"}}: {{AppVer}}{{end}} {{if ShowFooterTemplateLoadTime}}{{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> {{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong>{{end}}
</div>
<div class="ui right links">
{{if .ShowFooterBranding}}