1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-30 06:08:35 +00:00

Remove remaining fontawesome usage in templates (#15952)

Can not remove the dependency yet because easymde depends on it.
This commit is contained in:
silverwind
2021-05-22 23:29:46 +02:00
committed by GitHub
parent 5c7e2f47b7
commit 308b562b3c
11 changed files with 17 additions and 16 deletions

View File

@@ -42,7 +42,7 @@
{{range .OpenIDs}}
{{if .Show}}
<li>
<i class="fa fa-openid"></i>
{{svg "fontawesome-openid"}}
<a target="_blank" rel="noopener noreferrer" href="{{.URI}}">{{.URI}}</a>
</li>
{{end}}