aboutsummaryrefslogtreecommitdiffstats
path: root/themes/ymherklotz/layouts/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/ymherklotz/layouts/partials/head.html')
-rw-r--r--themes/ymherklotz/layouts/partials/head.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/ymherklotz/layouts/partials/head.html b/themes/ymherklotz/layouts/partials/head.html
index 85ef53d..af383ed 100644
--- a/themes/ymherklotz/layouts/partials/head.html
+++ b/themes/ymherklotz/layouts/partials/head.html
@@ -8,7 +8,15 @@
{{ template "_internal/twitter_cards.html" . }}
<link rel="canonical" href="{{ .Permalink }}" />
- <link rel="icon" href="/favicon.ico" >
+
+ <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="#00c266">
+ <meta name="theme-color" content="#00c266">
+
{{ if .Site.Params.katex }}
<link defer rel="stylesheet" href="{{ .Site.BaseURL }}/katex/katex.min.css">
<script defer src="{{ .Site.BaseURL }}/katex/katex.min.js"></script>