summaryrefslogtreecommitdiffstats
path: root/layouts/partials/head_custom.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head_custom.html')
-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">