Skip to content

Commit 941bc54

Browse files
committed
Add favicons
1 parent 954c1d7 commit 941bc54

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

_includes/head.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
99
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1010
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
11+
12+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
13+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">

favicon-16x16.png

925 Bytes
Loading

favicon-32x32.png

2.99 KB
Loading

favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)