Add favicons and update manifest.webmanifest
This commit is contained in:
parent
6b69018812
commit
6df5def296
8 changed files with 31 additions and 5 deletions
|
|
@ -11,8 +11,17 @@
|
|||
<meta name="generator" content="Kirby (<?= Kirby::version() ?>)">
|
||||
<meta name="robots" content="noindex nofollow">
|
||||
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any">
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<link rel="apple-touch-icon" href="/assets/favicons/apple-touch-icon.png">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-touch-fullscreen" content="yes">
|
||||
<meta name="apple-mobile-web-app-title" content="<?= $site->title()->esc() ?>">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<link rel="apple-touch-icon" href="/assets/favicons/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
<meta name="theme-color" content="#FFFFFF">
|
||||
|
||||
<script type="module" src="http://localhost:5173/@vite/client" defer></script>
|
||||
<script type="module" src="http://localhost:5173/src/main.js" defer></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue