Browse Source

Removed footer copyright year (#829)

* change footer copyright year from 2016 to 2017

* add 2016 copyright back

* remove the copyright year
tags/v1.1.0
Lunny Xiao 7 years ago
parent
commit
12e71e5706
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/base/footer.tmpl

+ 1
- 1
templates/base/footer.tmpl View File

@@ -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}}

Loading…
Cancel
Save