Skip to content

Commit e67ddaa

Browse files
update footer link to new landing page (#26916)
as title Co-authored-by: Giteabot <[email protected]>
1 parent 0eebeee commit e67ddaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base/footer_content.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="page-footer" role="group" aria-label="{{.locale.Tr "aria.footer"}}">
22
<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>
3+
<a target="_blank" rel="noopener noreferrer" href="https://about.gitea.com">{{.locale.Tr "powered_by" "Gitea"}}</a>
44
{{if (or .ShowFooterVersion .PageIsAdmin)}}
55
{{.locale.Tr "version"}}:
66
{{if .IsAdmin}}

0 commit comments

Comments
 (0)