Skip to content

Commit 03cb168

Browse files
silverwindzeripathlunny
committed
add apple-touch-icon (#10006)
fixes: #10003 Co-authored-by: zeripath <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
1 parent 48abe41 commit 03cb168

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/base/head.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
for the JavaScript code in this page.
8484
*/`}}
8585
</script>
86-
<link rel="shortcut icon" href="{{StaticUrlPrefix}}/img/favicon.png" />
86+
<link rel="shortcut icon" href="{{StaticUrlPrefix}}/img/favicon.png">
87+
<link rel="apple-touch-icon" href="{{StaticUrlPrefix}}/img/favicon.png">
8788
<link rel="mask-icon" href="{{StaticUrlPrefix}}/img/gitea-safari.svg" color="#609926">
8889
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css">
8990
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.min.css">

0 commit comments

Comments
 (0)