Bumping stylesheet
authorLaury GvR <laury@gaslightmedia.com>
Tue, 6 Jun 2017 19:47:36 +0000 (15:47 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 6 Jun 2017 19:47:36 +0000 (15:47 -0400)
parts/header-meta.php
sections/front-page.php
style.css

index 7073aa2..d4e378d 100644 (file)
@@ -2,7 +2,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?v=1.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.20">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <link href="//fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
     <link href="//fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
index ed90b6d..8e84e13 100644 (file)
@@ -36,7 +36,7 @@
         <div id="front-shop" class="block-column row small-up-1 medium-up-2 large-up-3" data-equalizer>
         <?php $args = array(
              'hide_empty' => false,
-             'exclude'    => '17',
+             'exclude'    => '18',
              'orderby'    => 'menu_order',
              'order'      => 'ASC',
         );
index a15bf3a..56f4db5 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Capstone
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Capstone
-Version: 1.0.18
+Version: 1.0.20
 */