Add favicon: mountain/horizon/sun mark

SVG mark plus PNG fallbacks (32x32, apple-touch-icon), wired into
the page head. Reuses the site's existing accent/ink colors.
This commit is contained in:
2026-08-27 07:42:42 -04:00
parent 8680c1e0e1
commit 5eeb140aaf
4 changed files with 9 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<circle cx="17" cy="16" r="5.5" fill="#d9531e"/>
<polygon points="4,26 14,10 22,26" fill="#241f19"/>
<polygon points="12,26 22,13 30,26" fill="#241f19"/>
<rect x="0" y="25" width="32" height="2" fill="#241f19"/>
</svg>

After

Width:  |  Height:  |  Size: 288 B