Use dynamic link, bump stylesheet
authorLaury GvR <laury@gaslightmedia.com>
Thu, 24 Mar 2016 17:34:37 +0000 (13:34 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 24 Mar 2016 17:34:37 +0000 (13:34 -0400)
footer.php
header.php
style.css

index bdfebe6..4354200 100644 (file)
@@ -2,7 +2,7 @@
                                 <div class="row collapse">
                                     <div class="small-12 large-3 columns small-centered large-uncentered">
                                         <div id="times">
-                                            <p><a href="http://www.toskisandsmarket.com/contact">Store Hours</a></p>
+                                            <p><a href="<?php bloginfo('url'); ?>/contact">Store Hours</a></p>
                                             <p>Take Out<br>Orders Welcome</p>
                                             <p>Shopping Services<br>Available</p>
                                             <img id="flower" src="<?php echo get_template_directory_uri(); ?>/assets/flower.png">
index 5b705f9..03f2637 100644 (file)
@@ -4,7 +4,7 @@
     <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">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0">
     <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
index 8458449..4d8ba45 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ToskiSands
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ToskiSands
-Version: 1.0.0
+Version: 1.0.1
 */