changing the header logo to use a better resolution graphic
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.5">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="<?php echo bloginfo('template_url')?>/favicon.ico">
<?php wp_head(); ?>
<div id="top-bar-wrapper">
<nav class="top-bar text-center show-for-large-up opensearchserver.ignore" data-topbar role="navigation">
- <a href="<?php bloginfo('url')?>"><img id="top-bar-logo" src="<?php echo get_template_directory_uri();?>/assets/keweenaw-logo.png" class="left"></a>
+ <a href="<?php bloginfo('url')?>"><img id="top-bar-logo" src="<?php echo get_template_directory_uri();?>/assets/keweenaw-logo-2.png" class="left"></a>
<section class="top-bar-section right">
<?php glm_theme_top_bar(); ?>
</section>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for keweenaw
-Version: 1.0.8
+Version: 1.0.9
*/