From 489e4a8cef17c44ed84e6df68c7ea49e36d38777 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 22 Apr 2025 07:30:29 +0700 Subject: [PATCH] Cleaning blog theme --- themes/blog/layout.html.php | 26 ++++++++++++-------------- themes/blog/post.html.php | 15 +++++++-------- 2 files changed, 19 insertions(+), 22 deletions(-) diff --git a/themes/blog/layout.html.php b/themes/blog/layout.html.php index 4cb3496..a651bc4 100644 --- a/themes/blog/layout.html.php +++ b/themes/blog/layout.html.php @@ -94,15 +94,14 @@

- - - - title)) > $char) { $recentTitle = shorten($l->title, $char) . '...';} else {$recentTitle = $l->title;}?> + + + title)) > 60) ? shorten($rc->title, 60) . '...' : $rc->title; ?>
-

+

-

body, 75); ?>...

- +

body, 75); ?>...

+
@@ -110,15 +109,14 @@