Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
Add a favicon so that there's a fancy little hammerspoon in the
browser's tab.
  • Loading branch information
Linell committed Nov 20, 2016
1 parent dab6e82 commit ffb29a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/head.html
Expand Up @@ -6,6 +6,8 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{{ site.description }}">

<link rel="icon" href="{{ site.baseurl }}/images/hammerspoon.ico" type="image/x-icon" />

<!-- Load Bootstrap (in our case, bootswatch) and jQuery from CDN -->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.2.0/readable/bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions _layouts/post.html
Expand Up @@ -9,6 +9,8 @@
<link rel="stylesheet" type="text/css" href="/stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/print.css" media="print" />

<link rel="icon" href="{{ site.baseurl }}/images/hammerspoon.ico" type="image/x-icon" />

<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Expand Down
Binary file added images/hammerspoon.ico
Binary file not shown.

0 comments on commit ffb29a5

Please sign in to comment.