aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-26 20:57:29 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-26 20:57:29 +0100
commit38565ce8f6f56e3e40baeb9ad83c8c7435bd5d34 (patch)
tree027a9fd0561c2f22f23815462a7cc5ab08ba83eb /_includes/head.html
parent4701a97bb9b582f8b9dfb5a7852778d3a290ff02 (diff)
Add favicon
Signed-off-by: Noah Loomans <noahloomans@gmail.com>
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 9fc064d..fe538cf 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,6 +1,7 @@
<head>
<meta charset="utf-8">
<title>Noah Loomans</title>
+ <meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
@@ -10,4 +11,9 @@
window.location = window.location.toString().replace(/^http:/, "https:");
}
</script>
+
+ <!-- sigh... favicon -->
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
+ <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
</head>