add favicon
This commit is contained in:
parent
b2853043c8
commit
416d8e94b3
8 changed files with 46 additions and 0 deletions
|
|
@ -47,6 +47,14 @@ if (!$kirby->user() && (!in_array($page->uri(), $openPageURIS))) {
|
|||
}
|
||||
</script>
|
||||
<?php endif ?>
|
||||
|
||||
<!-- FAVICON -->
|
||||
<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="actuel-inactuel" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
</head>
|
||||
<body class="background-grid <?= e($page->fullWidth() == 'true', 'full-width') ?>" data-template="<?= $page->template() ?>" >
|
||||
<header id="main-header">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue