From b688827e5e76d7414cfa2d736331a52d7453b3a6 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 10 Nov 2016 14:57:10 -0500 Subject: [PATCH] Adding missing element end tags throughout theme After the previous commit a number of files were not updated to accommodate the lack of a main element closing tag in the footer. --- archive.php | 1 - craft-beer-template.php | 1 + footer.php | 20 +++++++------- front-page.php | 40 ++++++++++++++-------------- glm-associate-template.php | 3 +++ glm-members-only-template.php | 2 ++ home.php | 1 - index.php | 49 +++++++++++++++++------------------ landing-page.php | 1 + page-3323.php | 12 +++++---- search.php | 3 ++- single.php | 2 +- 12 files changed, 71 insertions(+), 64 deletions(-) diff --git a/archive.php b/archive.php index 24bd030..eaafb6e 100644 --- a/archive.php +++ b/archive.php @@ -28,7 +28,6 @@ - + diff --git a/footer.php b/footer.php index a380596..6a8afa3 100644 --- a/footer.php +++ b/footer.php @@ -1,14 +1,14 @@ - -
- -
- + +
+ +
+ + + + diff --git a/glm-members-only-template.php b/glm-members-only-template.php index 9f7eb0a..af0c014 100644 --- a/glm-members-only-template.php +++ b/glm-members-only-template.php @@ -47,5 +47,7 @@ Template Name: GLM Members Only Template + + diff --git a/home.php b/home.php index c2b4b40..e1feb7b 100644 --- a/home.php +++ b/home.php @@ -28,7 +28,6 @@ - - diff --git a/landing-page.php b/landing-page.php index 51fd5d0..0d50880 100644 --- a/landing-page.php +++ b/landing-page.php @@ -37,4 +37,5 @@ Template Name: Landing Page + diff --git a/page-3323.php b/page-3323.php index 5702c80..4b7c42e 100644 --- a/page-3323.php +++ b/page-3323.php @@ -59,12 +59,14 @@

#DiscoverKZoo

- - -
- -
+ + +
+ +
+ + diff --git a/search.php b/search.php index 1e7dd40..0ea646c 100644 --- a/search.php +++ b/search.php @@ -145,4 +145,5 @@ --> - + + diff --git a/single.php b/single.php index 272a3c4..1bf5755 100644 --- a/single.php +++ b/single.php @@ -67,5 +67,5 @@ - + -- 2.17.1