Update to fix extra end div in templates
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 26 May 2016 21:20:42 +0000 (17:20 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 26 May 2016 21:20:42 +0000 (17:20 -0400)
Gruntfile.js
glm-associate-template.php
glm-members-only-template.php
header.php
page-side-template.php
style.css

index 4c513e7..31fc558 100644 (file)
@@ -5,11 +5,10 @@ module.exports = function(grunt) {
     sass: {
       options: {
         includePaths: ['bower_components/foundation/scss'],
-        sourceMap: true
       },
       dist: {
         options: {
-          outputStyle: 'expanded'
+          outputStyle: 'compressed'
         },
         files: {
           'css/app.css': 'scss/app.scss'
index 8afef40..6667960 100644 (file)
@@ -34,5 +34,4 @@ Template Name: GLM Associate Template
                 <a id="big-lens"><h1>#DiscoverKZoo</h1></a>
             </div>
         </div>
-    </div>
 <?php get_footer(); ?>
index cc27b70..44acca8 100644 (file)
@@ -51,5 +51,4 @@ get_header(); ?>
             <?php } ?>
             </div>
         </div>
-    </div>
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer(); ?>
index 8f6fc8c..b15beb7 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?v=1.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.2">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index e6971a4..977b017 100644 (file)
@@ -26,5 +26,4 @@ Template Name: Sidebar Template
                         <?php endif;?>
                 </div>
             </div>
-        </div>
 <?php get_footer(); ?>
index 463725a..064a712 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ThinkDunes
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ThinkDunes
-Version: 1.0.1a
+Version: 1.0.2
 */