forked from cccb-website-team/www
favicons
This commit is contained in:
parent
ba414b0015
commit
1cd3099e37
9 changed files with 30 additions and 0 deletions
6
layouts/partials/favicons.html
Normal file
6
layouts/partials/favicons.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="CCCB" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
Reference in a new issue