From acc5e82e67c475c3ddffcc884be316913b5417da Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 17 Apr 2019 13:39:45 -0400 Subject: [PATCH] Also add no-sidebar-nor-bottom template --- no-sidebar-nor-bottom.php | 47 +++++++++++++++++++++++ no-sidebar-template.php => no-sidebar.php | 0 parts/main-content.php | 2 +- sections/interior-page.php | 4 +- 4 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 no-sidebar-nor-bottom.php rename no-sidebar-template.php => no-sidebar.php (100%) diff --git a/no-sidebar-nor-bottom.php b/no-sidebar-nor-bottom.php new file mode 100644 index 0000000..9c572c1 --- /dev/null +++ b/no-sidebar-nor-bottom.php @@ -0,0 +1,47 @@ + + + + + + +
+
+
+ +
+ +
+
+ + + + + + \ No newline at end of file diff --git a/no-sidebar-template.php b/no-sidebar.php similarity index 100% rename from no-sidebar-template.php rename to no-sidebar.php diff --git a/parts/main-content.php b/parts/main-content.php index 411b8ef..daf32f9 100644 --- a/parts/main-content.php +++ b/parts/main-content.php @@ -1,4 +1,4 @@ - +
diff --git a/sections/interior-page.php b/sections/interior-page.php index f14ea16..566ea62 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -38,9 +38,9 @@
- + - + -- 2.17.1