From 764fef24d3593c0cfc714f48df849a379f7faa30 Mon Sep 17 00:00:00 2001 From: Luz Aramburo Date: Fri, 22 Dec 2017 15:39:53 -0700 Subject: [PATCH] fixed link to category of post and removed unused js, added jquery --- index.php | 6 +----- php/home.php | 2 +- php/page.php | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 50b0d3e..dc8884c 100644 --- a/index.php +++ b/index.php @@ -33,11 +33,7 @@ - - - - - + \ No newline at end of file diff --git a/php/home.php b/php/home.php index 96b1ff3..c110d51 100644 --- a/php/home.php +++ b/php/home.php @@ -18,7 +18,7 @@ if( Text::isNotEmpty($User->firstName()) || Text::isNotEmpty($User->lastName()) ) { $author = $User->firstName().' '.$User->lastName(); } ?> - p('Category') ?>: category() ?> + p('Category') ?>: category() ?> diff --git a/php/page.php b/php/page.php index 06160f6..4d0f976 100644 --- a/php/page.php +++ b/php/page.php @@ -17,7 +17,7 @@ if( Text::isNotEmpty($User->firstName()) || Text::isNotEmpty($User->lastName()) ) { $author = $User->firstName().' '.$User->lastName(); } ?> - p('Category') ?>: category() ?> + p('Category') ?>: category() ?>