Browse Source

Add favicon

Tyler Hallada 9 years ago
parent
commit
c2a95a3bc0
3 changed files with 6 additions and 0 deletions
  1. 3 0
      _layouts/default.html
  2. 3 0
      _layouts/home.html
  3. BIN
      favicon.png

+ 3 - 0
_layouts/default.html

@@ -22,6 +22,9 @@
22 22
 
23 23
     <!-- Web Fonts -->
24 24
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
25
+
26
+    <!-- Favicon -->
27
+    <link rel="shortcut icon" href="/favicon.png" />
25 28
   </head>
26 29
   <body>
27 30
     <div class="container">

+ 3 - 0
_layouts/home.html

@@ -23,6 +23,9 @@
23 23
     <!-- Web Fonts -->
24 24
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italics,300,300italics,200' rel='stylesheet' type='text/css'>
25 25
 
26
+    <!-- Favicon -->
27
+    <link rel="shortcut icon" href="/favicon.png" />
28
+
26 29
     <!-- Scripts -->
27 30
     <script src="js/AnimationFrame.min.js"></script>
28 31
     <script async src="js/magic.js"></script>

BIN
favicon.png