diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-09-27 14:07:55 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-09-27 14:07:55 -0500 |
commit | c3cafe3c3817f52d4c588b5b0d6e71e07e06145e (patch) | |
tree | b3399cd3faa60cc063f6f5766b70b31fb9ebdf79 /_includes/head | |
parent | 883eb6c8315524eec6d4d78613d6b857b5f0ee4a (diff) |
Change theme first
Diffstat (limited to '_includes/head')
-rw-r--r-- | _includes/head/favicon.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_includes/head/favicon.html b/_includes/head/favicon.html new file mode 100644 index 0000000..7bfd670 --- /dev/null +++ b/_includes/head/favicon.html @@ -0,0 +1,7 @@ +<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"> |