summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/head.html4
-rw-r--r--static/apple-touch-icon-precomposed.pngbin0 -> 4380 bytes
-rw-r--r--static/favicon.icobin0 -> 32924 bytes
3 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 3d5eb50..8eb09f9 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -51,4 +51,8 @@
{{ $sass := resources.Get "sass/style.scss" -}}
{{ $style := $sass | resources.ToCSS | resources.Minify | resources.Fingerprint -}}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
+
+ <!-- Icons -->
+ <link rel="apple-touch-icon-precomposed" sizes="180x180" href="{{ "apple-touch-icon-precomposed.png" | relURL }}">
+ <link rel="shortcut icon" href="{{ "favicon.ico" | relURL }}">
</head>
diff --git a/static/apple-touch-icon-precomposed.png b/static/apple-touch-icon-precomposed.png
new file mode 100644
index 0000000..2c4f797
--- /dev/null
+++ b/static/apple-touch-icon-precomposed.png
Binary files differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..97bea12
--- /dev/null
+++ b/static/favicon.ico
Binary files differ