Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head/favicons.html')
-rw-r--r--layouts/partials/head/favicons.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/head/favicons.html b/layouts/partials/head/favicons.html
new file mode 100644
index 0000000..5f87e69
--- /dev/null
+++ b/layouts/partials/head/favicons.html
@@ -0,0 +1,5 @@
+<meta name="theme-color" content="{{ $.Site.Params.themeColor }}">
+<link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | absLangURL }}">
+<link rel="icon" type="image/png" sizes="32x32" href="{{ "favicon-32x32.png" | absLangURL }}">
+<link rel="icon" type="image/png" sizes="16x16" href="{{ "favicon-16x16.png" | absLangURL }}">
+<link rel="manifest" href="{{ "site.webmanifest" | absLangURL }}"> \ No newline at end of file