mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Move the official website link at the footer of gitea (#20777)
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
<footer>
 | 
					<footer>
 | 
				
			||||||
	<div class="ui container">
 | 
						<div class="ui container">
 | 
				
			||||||
		<div class="ui left">
 | 
							<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)}}
 | 
								{{if (or .ShowFooterVersion .PageIsAdmin)}}
 | 
				
			||||||
				{{.locale.Tr "version"}}:
 | 
									{{.locale.Tr "version"}}:
 | 
				
			||||||
				{{if .IsAdmin}}
 | 
									{{if .IsAdmin}}
 | 
				
			||||||
@@ -31,7 +31,6 @@
 | 
				
			|||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<a href="{{AssetUrlPrefix}}/js/licenses.txt">{{.locale.Tr "licenses"}}</a>
 | 
								<a href="{{AssetUrlPrefix}}/js/licenses.txt">{{.locale.Tr "licenses"}}</a>
 | 
				
			||||||
			{{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
 | 
								{{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" .}}
 | 
								{{template "custom/extra_links_footer" .}}
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user