From b9318a4427656c853ba78c90de05abfab280458d Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 27 Jul 2025 14:51:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20microformats=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bl-themes/defaultTheme/php/home.php | 28 ++++++++++++++++------------ bl-themes/defaultTheme/php/page.php | 28 ++++++++++++++-------------- 2 files changed, 30 insertions(+), 26 deletions(-) diff --git a/bl-themes/defaultTheme/php/home.php b/bl-themes/defaultTheme/php/home.php index 6f777d5b..f86ee5c1 100644 --- a/bl-themes/defaultTheme/php/home.php +++ b/bl-themes/defaultTheme/php/home.php @@ -1,3 +1,5 @@ +
+ @@ -7,28 +9,28 @@ p('No pages found') ?>
-

-

+

+

-
+
-

- title(); ?> +

+ title(); ?>

coverImage()) : ?> - + showDefaultThumbnail() == true): ?> - + @@ -36,16 +38,16 @@ - contentBreak(); ?> +
contentBreak(); ?>
readMore()) : ?> @@ -56,12 +58,12 @@
tags(true) as $key => $value) : ?> - + @@ -75,3 +77,5 @@ + +
\ No newline at end of file diff --git a/bl-themes/defaultTheme/php/page.php b/bl-themes/defaultTheme/php/page.php index 26c3ec3a..f4964477 100644 --- a/bl-themes/defaultTheme/php/page.php +++ b/bl-themes/defaultTheme/php/page.php @@ -1,40 +1,40 @@ -
+
-

- title(); ?> +

+ title(); ?>

coverImage()) : ?> - + - + -
+
content(); ?>
isStatic() && !$url->notFound()) : ?>
tags(true) as $key => $value) : ?> - + @@ -42,11 +42,11 @@
- + @@ -65,4 +65,4 @@ -
+
\ No newline at end of file