Skip to content

Commit d6d7896

Browse files
respencer-nclclaude
andcommitted
Add multiple favicon sizes and proper link tags
Adds 192x192 and 180x180 (apple-touch-icon) versions to match www.ossuminc.com setup. Uses MkDocs Material template override to add proper link rel tags for all icon sizes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0922e1d commit d6d7896

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

9.19 KB
Loading

docs/assets/images/favicon-192.jpg

9.7 KB
Loading

overrides/main.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% extends "base.html" %}
2+
3+
{% block extrahead %}
4+
<link rel="icon" sizes="192x192" href="{{ 'assets/images/favicon-192.jpg' | url }}" type="image/jpeg"/>
5+
<link rel="shortcut icon" href="{{ 'assets/images/favicon.jpg' | url }}" type="image/jpeg"/>
6+
<link rel="apple-touch-icon" href="{{ 'assets/images/apple-touch-icon.jpg' | url }}" type="image/jpeg"/>
7+
{% endblock %}

0 commit comments

Comments
 (0)