Skip to content

Commit

Permalink
url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manueldeutsch committed Jun 28, 2022
1 parent b794864 commit b934eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/snippets/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="<?= $kirby->url() ?>/assets/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<?= $kirby->url() ?>/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<?= $kirby->url() ?>/assets/icons/favicon-16x16.png">
<link rel="shortcut icon" type="image/x-icon" href="<?= $kirby->url() ?>/assets/iconsfavicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="<?= $kirby->url() ?>/assets/icons/favicon.ico">
<link rel="manifest" href="<?= $kirby->url() ?>/site.webmanifest">

<?= css(["assets/dist/scss/main.css?v1.0", "@auto"]) ?>
Expand Down

0 comments on commit b934eb9

Please sign in to comment.