summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 3b1f1f3..661b497 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -40,6 +40,7 @@
{% if site.icon != empty %}
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>{{ site.icon }}</text></svg>">
{% endif %}
+<link rel="icon" type="image/png" href="/assets/img/favicon.ico"/>
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | relative_url }}">