added favicon
authorIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 18:50:44 +0000 (14:50 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 18:50:44 +0000 (14:50 -0400)
favicon.ico [new file with mode: 0644]
header.php
style.css

diff --git a/favicon.ico b/favicon.ico
new file mode 100644 (file)
index 0000000..144d742
Binary files /dev/null and b/favicon.ico differ
index c761f64..ef80af4 100644 (file)
@@ -8,6 +8,7 @@
     <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.1">
+      <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
   </head>
   <body>
       <div class="off-canvas-wrap" data-offcanvas>
index adfe174..a113809 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Emmet County EMS
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Emmet County EMS
-Version: 1.1.11
+Version: 1.1.12
 */