diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-10-03 02:29:22 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-10-03 02:29:22 -0500 |
commit | 716416862d6f73db33f34bb6ea8320caf8d926a5 (patch) | |
tree | 6c603d37c8eb73f90acbc057c48a59e29448166f /_includes/head.html | |
parent | e69b4c11d7b9de5d87432b449fe8c1c8006c7ebc (diff) |
Update _config.yml to use my personal favicon, rather than emoji
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 1 |
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 }}"> |