Browse Source

Added favicon

Nathan Schneider 5 years ago
parent
commit
99fab80420
2 changed files with 1 additions and 0 deletions
  1. 1 0
      _includes/head.html
  2. 0 0
      assets/favicon.png

+ 1 - 0
_includes/head.html

@@ -7,6 +7,7 @@
   <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
 
   <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
+  <link rel="shortcut icon" type="image/png" href="{{ "/assets/favicon.png" | prepend: site.baseurl }}">
   <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
   <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
 </head>

+ 0 - 0
favicon.png → assets/favicon.png