Skip to content

Commit c6cc5b9

Browse files
PEN²Sysoev, Vladimir
PEN²
authored and
Sysoev, Vladimir
committed
Move the official website link at the footer of gitea (go-gitea#20777)
1 parent 442468b commit c6cc5b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/base/footer_content.tmpl

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<footer>
22
<div class="ui container">
33
<div class="ui left">
4-
{{.locale.Tr "powered_by" "Gitea"}}
4+
<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.locale.Tr "powered_by" "Gitea"}}</a>
55
{{if (or .ShowFooterVersion .PageIsAdmin)}}
66
{{.locale.Tr "version"}}:
77
{{if .IsAdmin}}
@@ -31,7 +31,6 @@
3131
</div>
3232
<a href="{{AssetUrlPrefix}}/js/licenses.txt">{{.locale.Tr "licenses"}}</a>
3333
{{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
34-
<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.locale.Tr "website"}}</a>
3534
{{template "custom/extra_links_footer" .}}
3635
</div>
3736
</div>

0 commit comments

Comments
 (0)