mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-01 18:32:56 +08:00
gitea png to logo (#13974)
* gitea png to logo.svg * gitea safari svg to logo * minify svgs * Update english docs * Update missing section on customizing logo
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
{{end}}
|
||||
<div class="ui right">
|
||||
{{if eq .HookType "gitea"}}
|
||||
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/gitea-sm.png">
|
||||
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/gitea.svg">
|
||||
{{else if eq .HookType "gogs"}}
|
||||
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/gogs.ico">
|
||||
{{else if eq .HookType "slack"}}
|
||||
|
Reference in New Issue
Block a user