From 431a6cdc5bb9f7bae92f348c30628b815d0babc2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 26 May 2016 17:20:42 -0400 Subject: [PATCH] Update to fix extra end div in templates --- Gruntfile.js | 3 +-- glm-associate-template.php | 1 - glm-members-only-template.php | 3 +-- header.php | 2 +- page-side-template.php | 1 - style.css | 2 +- 6 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4c513e7..31fc558 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' diff --git a/glm-associate-template.php b/glm-associate-template.php index 8afef40..6667960 100644 --- a/glm-associate-template.php +++ b/glm-associate-template.php @@ -34,5 +34,4 @@ Template Name: GLM Associate Template

#DiscoverKZoo

- diff --git a/glm-members-only-template.php b/glm-members-only-template.php index cc27b70..44acca8 100644 --- a/glm-members-only-template.php +++ b/glm-members-only-template.php @@ -51,5 +51,4 @@ get_header(); ?> - - \ No newline at end of file + diff --git a/header.php b/header.php index 8f6fc8c..b15beb7 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/page-side-template.php b/page-side-template.php index e6971a4..977b017 100644 --- a/page-side-template.php +++ b/page-side-template.php @@ -26,5 +26,4 @@ Template Name: Sidebar Template - diff --git a/style.css b/style.css index 463725a..064a712 100644 --- 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 */ -- 2.17.1