Skip to content

Commit 96ea711

Browse files
committed
change favicon file path
1 parent 9b8e0b5 commit 96ea711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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="{{ '/favicon.png' | relative_url }}">
7+
<link rel="icon" type="image/png" href="{{ '/assets/favicon.png' | relative_url }}">
88
{%- feed_meta -%}
99
{%- if jekyll.environment == 'production' and site.google_analytics -%}
1010
{%- include google-analytics.html -%}

0 commit comments

Comments
 (0)