aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/head.html2
-rw-r--r--static/img/favicon.pngbin0 -> 7018 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f2c7ece..3d17d38 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,6 +8,6 @@
{{ template "_internal/schema.html" . }}
{{ template "_internal/twitter_cards.html" . }}
-<link rel="icon" type="image/png" href="/favicon.png">
+<link rel="icon" type="image/png" href="/img/favicon.png">
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}
diff --git a/static/img/favicon.png b/static/img/favicon.png
new file mode 100644
index 0000000..471241b
--- /dev/null
+++ b/static/img/favicon.png
Binary files differ