From 8db03e2229edd8af6d42c5907651a561d890da39 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 17 Aug 2016 15:44:41 -0400 Subject: [PATCH] made the read more link in the frontPage view file bold and changed the text to 'more' --- views/frontPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/frontPage.php b/views/frontPage.php index bddf074..3f26fca 100644 --- a/views/frontPage.php +++ b/views/frontPage.php @@ -12,7 +12,7 @@ echo '
' . '' . '
' . '
'. $content . '
' - . ' Read More ' + . ' More ' . ''; ?> -- 2.17.1