From bfab1b09c622d5a7d9513da2d8f2583a13a82912 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 3 Apr 2015 13:54:25 -0400 Subject: [PATCH] Add header to blog pages Add new- h1 to home.php and add empty h1 to the single.php --- home.php | 59 +++++++++++++++++++++++++++--------------------------- single.php | 1 + 2 files changed, 31 insertions(+), 29 deletions(-) diff --git a/home.php b/home.php index 4953c8f..0309d0b 100644 --- a/home.php +++ b/home.php @@ -5,39 +5,40 @@
-
- -
-
-
-
-
> -
-

- Posted on -
- -
+
+

News

+ +
+
+
+
+
> +
+

+ Posted on +
+ +
+
+
+
+ + + +
+

+
+
+
+ +
+
- - - -
-

-
- -
-
-
-
-
-
-
diff --git a/single.php b/single.php index 93f5e62..9e96588 100644 --- a/single.php +++ b/single.php @@ -10,6 +10,7 @@
+

 

-- 2.17.1