Add favicon.ico matching site logo

Amber-500 rounded square with dark 'S' — matches the header logo
CSS: bg-amber-500 rounded-lg text-slate-950 font-extrabold
This commit is contained in:
Your Name
2026-08-02 14:35:45 -04:00
parent 8ad883a35e
commit 116f838b2f
3 changed files with 1 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }} - {{ site.subtitle }}{% endif %}</title>
<meta name="description" content="{{ page.description | default: site.description }}">
<link rel="icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XMJWQZ8FWP"></script>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB