Fix http issue with font
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 11 Jun 2015 12:59:11 +0000 (08:59 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 11 Jun 2015 12:59:11 +0000 (08:59 -0400)
use // and not http or https
also bump version number

header.php
style.css

index 41891f3..f856b85 100755 (executable)
@@ -5,7 +5,7 @@
     <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" />
-    <link href='http://fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
     <?php wp_head();?>
   </head>
   <body>
                                         <a  href="<?php echo $woocommerce->cart->get_cart_url(); ?>"><h3>view your cart</h3></a>
                                         <p><?php echo $woocommerce->cart->get_cart_total(); ?>
                                             for
-                                            <?php echo sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count, 
+                                            <?php echo sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count,
                                                    'woothemes'), $woocommerce->cart->cart_contents_count);?>
                                         </p>
                                         <a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Checkout' ) ) ); ?>" class="button">checkout</a>
                                         <br>
                                         <?php
-                                            if (is_user_logged_in()) { 
+                                            if (is_user_logged_in()) {
                                                 echo '<a href="'. esc_url( get_permalink( get_page_by_title( 'My Account' ) ) ) . '?customer-logout=true" class="button 111 login_toggle">log out</a>';
                                             }
                                             elseif (!is_user_logged_in()) {
index 359a0f0..2674506 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Tom's Mom's Cookies
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme made for Tom's Mom's Cookies.
-Version: 1.0
+Version: 1.0.1
 */