From 85c67664a5e78187e661f9a8c54aa73fb35de2e3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 May 2018 14:25:51 -0400 Subject: [PATCH] changing the front page template , removing events and adding slideshow --- index.php | 2 +- parts/glm-blocks.php | 2 +- parts/slide-show.php | 20 ++++++++++---------- sections/front-page.php | 1 + sections/home-page.php | 2 +- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/index.php b/index.php index 9c998ce..5405eee 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ include "sections/header.php"; include "sections/off-canvas.php"; if (is_front_page()) { - include "sections/landing-page.php"; + include "sections/home-page.php"; } if (is_home()) { include "sections/blog-home.php"; diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index b798a2c..e8dad6b 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -1,4 +1,4 @@ -What's New at the Point +
diff --git a/parts/slide-show.php b/parts/slide-show.php index 46b44a6..8b8812b 100644 --- a/parts/slide-show.php +++ b/parts/slide-show.php @@ -1,10 +1,10 @@ - -
-
    - - - -
-
-
- + +
+
    + + + +
+
+
+ diff --git a/sections/front-page.php b/sections/front-page.php index a3271db..5abe944 100644 --- a/sections/front-page.php +++ b/sections/front-page.php @@ -4,6 +4,7 @@
+
diff --git a/sections/home-page.php b/sections/home-page.php index 5ec8998..3d9b638 100644 --- a/sections/home-page.php +++ b/sections/home-page.php @@ -10,7 +10,7 @@
- +
-- 2.17.1