Skip to content

Commit

Permalink
add apple-touch-icon
Browse files Browse the repository at this point in the history
fixes: #10003
  • Loading branch information
silverwind committed Jan 26, 2020
1 parent c640a18 commit 2fe2021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/base/head.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
for the JavaScript code in this page.
*/`}}
</script>
<link rel="shortcut icon" href="{{StaticUrlPrefix}}/img/favicon.png" />
<link rel="shortcut icon" href="{{StaticUrlPrefix}}/img/favicon.png">
<link rel="apple-touch-icon" href="{{StaticUrlPrefix}}/img/favicon.png">
<link rel="mask-icon" href="{{StaticUrlPrefix}}/img/gitea-safari.svg" color="#609926">
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.min.css">
Expand Down

0 comments on commit 2fe2021

Please sign in to comment.