Skip to content

Commit 598ec99

Browse files
committed
Revert: change icon
1 parent 91741ea commit 598ec99

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="keywords" content="{{ page.title }}, {% for category in page.categories %}{{ category }},{% endfor %} {% for tag in page.tags %}{{ tag }},{% endfor %} {{ site.title }}" />
77
<meta name="description" content="{{ page.title }}, {% for category in page.categories %}{{ category }},{% endfor %} {% for tag in page.tags %}{{ tag }},{% endfor %} {% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}" />
88
<meta name="theme-color" content="#2CA6CB"/>
9-
<link rel="shortcut icon" type="image/x-icon" media="screen" href="{{ '/favicon.png' | prepend: site.baseurl | prepend: site.url}}" />
9+
<link rel="shortcut icon" type="image/x-icon" media="screen" href="{{ '/favicon.ico' | prepend: site.baseurl | prepend: site.url}}" />
1010
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}" />
1111
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ '/feed.xml' | prepend: site.baseurl | prepend: site.url }}" />
1212

favicon.ico

1.12 KB
Binary file not shown.

favicon.png

-9.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)