added favicon
authorIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 15:01:55 +0000 (11:01 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 19 May 2016 15:01:55 +0000 (11:01 -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..46b5ad6
Binary files /dev/null and b/favicon.ico differ
index b98a441..7fb7a27 100644 (file)
@@ -4,6 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php echo wp_title( ' | ', 'false', 'right' ); bloginfo( 'name' ); ?></title>
+      <link rel="shortcut icon" href="<?php echo bloginfo('template_directory') ?>/favicon.ico">
     <?php wp_head() ?>
   </head>
   <body>
index 78082df..b469c82 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Munising CVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A custom theme for Munising Convention and Visitor's Bureau.
-Version: 1.1.16
+Version: 1.1.19
 */