diff options
author | techknowlogick <techknowlogick@gitea.com> | 2023-09-05 15:06:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 19:06:35 +0000 |
commit | 69c4e2954ce98e75e912f27bb5b0aa4ca94075b7 (patch) | |
tree | ccd1b844b32285eb180dee68c69243ca3eacbf81 /templates | |
parent | 9f14b2173abfe9269d8464679e878bc4f00b7a18 (diff) | |
download | gitea-69c4e2954ce98e75e912f27bb5b0aa4ca94075b7.tar.gz gitea-69c4e2954ce98e75e912f27bb5b0aa4ca94075b7.zip |
update footer link to new landing page (#26916) (#26919)
Backport #26916
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/footer_content.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl index 3b87f25d63..de1f4dabd0 100644 --- a/templates/base/footer_content.tmpl +++ b/templates/base/footer_content.tmpl @@ -1,6 +1,6 @@ <footer class="page-footer" role="group" aria-label="{{.locale.Tr "aria.footer"}}"> <div class="left-links" role="contentinfo" aria-label="{{.locale.Tr "aria.footer.software"}}"> - <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> {{if (or .ShowFooterVersion .PageIsAdmin)}} {{.locale.Tr "version"}}: {{if .IsAdmin}} |