Skip to content

Commit e4c82ae

Browse files
ferbsxclaude
andcommitted
Add code curious squirrel favicon
Replaces the generic browser-default tab icon. The squirrel mark is cropped from the code curious logo into square transparent PNGs (32/180/192/512) and wired into <head> via minima's custom-head.html include. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3ed7638 commit e4c82ae

5 files changed

Lines changed: 9 additions & 0 deletions

File tree

_includes/custom-head.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{%- comment -%}
2+
Favicons — code curious squirrel mark.
3+
minima includes this file at the end of <head>, so this is the supported
4+
place to add favicon links without overriding the whole head template.
5+
{%- endcomment -%}
6+
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/assets/images/favicon-32x32.png' | relative_url }}">
7+
<link rel="icon" type="image/png" sizes="192x192" href="{{ '/assets/images/favicon-192x192.png' | relative_url }}">
8+
<link rel="icon" type="image/png" href="{{ '/assets/images/favicon.png' | relative_url }}">
9+
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/images/apple-touch-icon.png' | relative_url }}">

assets/images/apple-touch-icon.png

14.8 KB
Loading

assets/images/favicon-192x192.png

16.3 KB
Loading

assets/images/favicon-32x32.png

2.63 KB
Loading

assets/images/favicon.png

58 KB
Loading

0 commit comments

Comments
 (0)