From 5d3f40cd4a694d614029b7f5d1f2f44b990e1e4d Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Thu, 23 Jul 2020 11:07:28 +0200 Subject: [PATCH] fix: Making article url appear always on article footer. So pages which you don't want to have title won't have a big permalink. Issue #2 --- php/home.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php/home.php b/php/home.php index f886332..b86c14c 100644 --- a/php/home.php +++ b/php/home.php @@ -3,13 +3,15 @@
+ title() ): ?>

title() ? $page->title() : $page->permalink() ); + echo htmlentities( $page->title() ); ?>

+
coverImage()): ?> <?php echo $page->slug() ?> @@ -18,6 +20,10 @@ content() ?>