fixing broken member db list and view pages by replacing the include for index.php...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 7 Sep 2018 15:00:57 +0000 (11:00 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 7 Sep 2018 15:00:57 +0000 (11:00 -0400)
glm-associate-template.php
parts/header-meta.php
style.css

index 7d406fb..868c0aa 100644 (file)
@@ -2,3 +2,4 @@
 /*
 Template Name: GLM Associate Template
 */
+get_template_part('index');
\ No newline at end of file
index 2d67ae2..9b179ea 100644 (file)
@@ -3,7 +3,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/animate.min.css">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.23">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.24">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Montserrat:400,400italic,700' rel='stylesheet' type='text/css'>
     <link rel="stylesheet" href="https://use.typekit.net/vqf0bqy.css">
index b14c5b1..64b071b 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Discover Kalamazoo 2018
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Discover Kalamazoo
-Version: 1.0.23
+Version: 1.0.24
 */