From d66cc2fb78c726d96f2190bed2a472984737eb43 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 14 Jan 2016 11:38:42 -0500 Subject: [PATCH] updated archive.php and home.php --- root/archive.php | 38 +++++++++++++++++--------------------- root/home.php | 34 ++++++++++++++++------------------ 2 files changed, 33 insertions(+), 39 deletions(-) diff --git a/root/archive.php b/root/archive.php index 47d91e5..bdeeeec 100644 --- a/root/archive.php +++ b/root/archive.php @@ -1,34 +1,30 @@ -
-
id="interior"> - -
-
-
> + + ID, 'blog-feed-front'); ?> + +
+ +
+
+ +
+ + +
> +

Posted on
-
- $cat->name, 'slug' => $cat->slug ); - echo ', '. $cat->name .''; - } - echo '.'; - } - ?> -
+ + +
diff --git a/root/home.php b/root/home.php index 488e5f8..1929d0f 100644 --- a/root/home.php +++ b/root/home.php @@ -7,8 +7,19 @@
-
-
> + + ID, 'blog-feed-front'); ?> + +
+ +
+
+ +
+ + +
> +

Posted on @@ -17,27 +28,14 @@ -
- $cat->name, 'slug' => $cat->slug ); - echo ', '. $cat->name .''; - } - echo '.'; - } - ?> -
+
-- 2.17.1