Skip to content

Commit c4f63d0

Browse files
committed
chore: update copyright to 2026 and fix favicon 404 warnings
- Updated copyright in mkdocs.yml from 2022-2025 to 2022-2026 - Added favicon.ico (generated from logo) to docs/static/ - Added apple-touch-icon.png (generated from logo) to docs/static/ - Added custom main.html override with extrahead block for proper apple-touch-icon and favicon link tags
1 parent af282e0 commit c4f63d0

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/overrides/main.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{% extends "base.html" %}
2+
3+
{% block extrahead %}
4+
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/static/apple-touch-icon.png">
5+
<link rel="icon" type="image/x-icon" href="{{ base_url }}/static/favicon.ico">
6+
{% endblock %}

docs/static/apple-touch-icon.png

10 KB
Loading

docs/static/favicon.ico

2.8 KB
Binary file not shown.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_description: "Clean commits. Clear standards."
33
site_url: "https://commit-check.github.io/"
44
repo_url: https://github.com/commit-check
55
repo_name: "commit-check"
6-
copyright: "© Copyright 2022 - 2025, shenxianpeng."
6+
copyright: "© Copyright 2022 - 2026, shenxianpeng."
77

88
nav:
99
- Home: index.md

0 commit comments

Comments
 (0)