From 1d72652a44f50713424a46031ae412c120d006ca Mon Sep 17 00:00:00 2001
From: AA2409
Date: Mon, 10 Nov 2025 22:38:10 +0800
Subject: [PATCH 1/2] Update footer.hbs
---
partials/footer.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/partials/footer.hbs b/partials/footer.hbs
index c0aac7c2..a9573e9d 100644
--- a/partials/footer.hbs
+++ b/partials/footer.hbs
@@ -33,7 +33,7 @@
-
+
From c5693a47e1b952fafe71bcc0d0a99dd8c87d147a Mon Sep 17 00:00:00 2001
From: AA2409
Date: Wed, 22 Apr 2026 19:47:50 +0800
Subject: [PATCH 2/2] -trying to fix carousell resizing at small screens
featured.hbs
---
partials/featured.hbs | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/partials/featured.hbs b/partials/featured.hbs
index 44d8d4ba..4ee0a06a 100644
--- a/partials/featured.hbs
+++ b/partials/featured.hbs
@@ -1,7 +1,7 @@
{{#get "posts" filter="featured:true" include="tags,excerpt" limit="all" as |featured|}}
{{#if featured}}
-
-
+
+
Highlights
-
+
{{#foreach featured}}
-
+
{{#if feature_image}}
-

+
{{/if}}