From 8caa787ff6732988f6a10c1344b5d5aebeeca624 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 5 Jul 2026 10:35:13 -0500 Subject: [PATCH] feat(blog): add Read more link to post card --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index b5a8d09..7eae029 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ namespace CWC; // Determine classes based on sidebar presence if ( hasSidebar() ) { - $classes = 'container grid grid-cols-1 lg:grid-cols-4 gap-8 xl:gap-16 my-section mx-auto'; + $classes = 'container grid grid-cols-1 lg:grid-cols-4 gap-8 xl:gap-16 my-section mx-auto lg:px-0!'; $clsEntry = 'lg:col-span-3'; } else { $classes = 'container my-section lg:my-0 mx-auto'; @@ -23,8 +23,6 @@ get_header();
-

Blog

-
+ + Read more →