We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4276911 commit 9b8e0b5Copy full SHA for 9b8e0b5
_includes/head.html
@@ -4,7 +4,7 @@
4
<meta name="viewport" content="width=device-width, initial-scale=1">
5
{%- seo -%}
6
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
7
- <link rel="icon" type="image/jpeg" href="{{ '/favicon.jpg' | relative_url }}">
+ <link rel="icon" type="image/png" href="{{ '/favicon.png' | relative_url }}">
8
{%- feed_meta -%}
9
{%- if jekyll.environment == 'production' and site.google_analytics -%}
10
{%- include google-analytics.html -%}
0 commit comments