Skip to content

Commit

Permalink
Add favicon to site
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlehman committed Jan 18, 2016
1 parent 39fdec1 commit e529fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.url }}" />

<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon">
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon">

<link type="text/css" rel="stylesheet" href="/assets/bootstrap-navbar.css" />
<link type="text/css" rel="stylesheet" href="/assets/lotus.min.css" />
<link type="text/css" rel="stylesheet" href="/assets/prism.min.css" />
Expand Down
Binary file added web/assets/favicon.ico
Binary file not shown.

0 comments on commit e529fc0

Please sign in to comment.