Skip to content

Commit 94ade14

Browse files
committed
feat: update favicon to use favicon.png file
- Change favicon from kdebug-logo.png to favicon.png for better browser compatibility - Add apple-touch-icon for iOS/macOS devices - Improve website branding consistency with dedicated favicon file
1 parent 4461ebb commit 94ade14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_includes/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1">
55
{%- seo -%}
66
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
7-
<link rel="icon" type="image/png" href="{{ '/assets/images/kdebug-logo.png' | relative_url }}">
7+
<link rel="icon" type="image/png" href="{{ '/assets/images/favicon.png' | relative_url }}">
8+
<link rel="apple-touch-icon" href="{{ '/assets/images/favicon.png' | relative_url }}">
89
{%- feed_meta -%}
910
{%- if jekyll.environment == 'production' and site.google_analytics -%}
1011
{%- include google-analytics.html -%}

0 commit comments

Comments
 (0)