Skip to content

Commit

Permalink
Merge pull request #7 from altsalt/favicon
Browse files Browse the repository at this point in the history
Add favicon
  • Loading branch information
meonkeys committed Sep 30, 2013
2 parents 5a05014 + e3701ef commit bd08bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/default.html
Expand Up @@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{% if page.description %} {{ page.description }} {% elsif page.title %} {{ page.title }} {% else %} SeaGL 2013 {% endif %}" />

<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico">
<link rel="stylesheet" type="text/css" media="screen" href="/css/vendor/bootstrap3.min.css">
<link href='http://fonts.googleapis.com/css?family=Dosis:400,700|Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="/css/app/seagl.css">
Expand All @@ -26,7 +27,7 @@

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="/js/bootstrap3.min.js"></script>

<!-- Google Analytics
We use this to try to understand how far the word about SeaGL has spread.
Expand Down
Binary file added img/favicon.ico
Binary file not shown.

0 comments on commit bd08bdb

Please sign in to comment.