We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48abe41 commit 03cb168Copy full SHA for 03cb168
templates/base/head.tmpl
@@ -83,7 +83,8 @@
83
for the JavaScript code in this page.
84
*/`}}
85
</script>
86
- <link rel="shortcut icon" href="{{StaticUrlPrefix}}/img/favicon.png" />
+ <link rel="shortcut icon" href="{{StaticUrlPrefix}}/img/favicon.png">
87
+ <link rel="apple-touch-icon" href="{{StaticUrlPrefix}}/img/favicon.png">
88
<link rel="mask-icon" href="{{StaticUrlPrefix}}/img/gitea-safari.svg" color="#609926">
89
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css">
90
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.min.css">
0 commit comments