We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eebeee commit e67ddaaCopy full SHA for e67ddaa
templates/base/footer_content.tmpl
@@ -1,6 +1,6 @@
1
<footer class="page-footer" role="group" aria-label="{{.locale.Tr "aria.footer"}}">
2
<div class="left-links" role="contentinfo" aria-label="{{.locale.Tr "aria.footer.software"}}">
3
- <a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.locale.Tr "powered_by" "Gitea"}}</a>
+ <a target="_blank" rel="noopener noreferrer" href="https://about.gitea.com">{{.locale.Tr "powered_by" "Gitea"}}</a>
4
{{if (or .ShowFooterVersion .PageIsAdmin)}}
5
{{.locale.Tr "version"}}:
6
{{if .IsAdmin}}
0 commit comments