Skip to content

Commit

Permalink
Move the official website link at the footer of gitea (go-gitea#20777)
Browse files Browse the repository at this point in the history
  • Loading branch information
PEN² authored and Sysoev, Vladimir committed Aug 28, 2022
1 parent 442468b commit c6cc5b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/base/footer_content.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer>
<div class="ui container">
<div class="ui left">
{{.locale.Tr "powered_by" "Gitea"}}
<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.locale.Tr "powered_by" "Gitea"}}</a>
{{if (or .ShowFooterVersion .PageIsAdmin)}}
{{.locale.Tr "version"}}:
{{if .IsAdmin}}
Expand Down Expand Up @@ -31,7 +31,6 @@
</div>
<a href="{{AssetUrlPrefix}}/js/licenses.txt">{{.locale.Tr "licenses"}}</a>
{{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.locale.Tr "website"}}</a>
{{template "custom/extra_links_footer" .}}
</div>
</div>
Expand Down

0 comments on commit c6cc5b9

Please sign in to comment.