From 414b3ec7b9020607f7e035d68996776381853cc6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 2 Dec 2016 09:27:46 -0500 Subject: [PATCH] added separate blog-text-single file so that it doesn't inherit from the archive and home, changed h1 to h3 and removed link from blog single --- parts/blog-text-single.php | 14 ++++++++++++++ parts/blog-text.php | 28 ++++++++++++++-------------- sections/blog-single.php | 2 +- 3 files changed, 29 insertions(+), 15 deletions(-) create mode 100644 parts/blog-text-single.php diff --git a/parts/blog-text-single.php b/parts/blog-text-single.php new file mode 100644 index 0000000..bb1fd00 --- /dev/null +++ b/parts/blog-text-single.php @@ -0,0 +1,14 @@ +
> +
+

+ + + + + + Posted on + +
+ + +
\ No newline at end of file diff --git a/parts/blog-text.php b/parts/blog-text.php index 342dfa1..57f1a5f 100644 --- a/parts/blog-text.php +++ b/parts/blog-text.php @@ -1,14 +1,14 @@ -
> -
-

- - - - - - Posted on - -
- - -
\ No newline at end of file +
> +
+

+ + + + + + Posted on + +
+ + +
\ No newline at end of file diff --git a/sections/blog-single.php b/sections/blog-single.php index a7197c4..d69ed64 100644 --- a/sections/blog-single.php +++ b/sections/blog-single.php @@ -6,7 +6,7 @@
- + -- 2.17.1