Skip to content

Commit 12e71e5

Browse files
authored
Removed footer copyright year (#829)
* change footer copyright year from 2016 to 2017 * add 2016 copyright back * remove the copyright year
1 parent 7605710 commit 12e71e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base/footer.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<footer>
88
<div class="ui container">
99
<div class="ui left">
10-
© 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}}
10+
© 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}}
1111
</div>
1212
<div class="ui right links">
1313
{{if .ShowFooterBranding}}

0 commit comments

Comments
 (0)