From 14268a727fd4d6ee58c04df47f6584553f1e20c2 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Sat, 29 Oct 2022 23:31:03 +0200 Subject: [PATCH] Add More Posts button --- layouts/partials/sections/recent-posts.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/partials/sections/recent-posts.html b/layouts/partials/sections/recent-posts.html index d68a0d9..4815005 100644 --- a/layouts/partials/sections/recent-posts.html +++ b/layouts/partials/sections/recent-posts.html @@ -24,4 +24,13 @@ {{ end }} + {{ if (.section.showButton) }} +
+ + More Posts +
+ {{ end }}