summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-12 16:43:48 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-12 16:43:48 +0100
commit6fd6b0286d3b5b4d3e43bbd49bc18ee79ce45a6e (patch)
tree9494b2379cb415d1644e55109d00dd1fad3d81ce /layouts
parent91c696fc52ffb1eeb894328c722ba4473c8027c1 (diff)
downloadzk-web-6fd6b0286d3b5b4d3e43bbd49bc18ee79ce45a6e.tar.gz
zk-web-6fd6b0286d3b5b4d3e43bbd49bc18ee79ce45a6e.zip
Add favicon
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head_custom.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html
index 93e3874..fe5c345 100644
--- a/layouts/partials/head_custom.html
+++ b/layouts/partials/head_custom.html
@@ -18,3 +18,11 @@
});
</script>
<link rel="stylesheet" href="{{ "css/custom.css" | relURL }}" />
+
+<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+<link rel="manifest" href="/site.webmanifest">
+<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
+<meta name="msapplication-TileColor" content="#da532c">
+<meta name="theme-color" content="#ffffff">