From 95112b1eb06a4be531ded59563d53a63a8d614e8 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 8 Aug 2021 12:04:30 +0200 Subject: Opening! --- includes/blog/home.php | 59 ++++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 28 deletions(-) (limited to 'includes/blog/home.php') diff --git a/includes/blog/home.php b/includes/blog/home.php index 49817e8..287ff64 100644 --- a/includes/blog/home.php +++ b/includes/blog/home.php @@ -1,29 +1,32 @@ -
- - - -
-
-
-

150 ? substr(strip_tags($data["html"]), 0, 150) . "..." : strip_tags($data["html"]) ?>

-

format("U")); ?>

- " class="card-link"> -
-
- - +
+ + + text($data['html']); + ?> +
+
+
+

150 ? substr(strip_tags($data["html"]), 0, 150) . "..." : strip_tags($data["html"]) ?>

+

format("U")); ?>

+ " class="card-link"> +
+
+ +
\ No newline at end of file -- cgit