From 7175b0d21ff475d4735f75af5ef9b121b32e9686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Sun, 30 Oct 2022 17:46:36 +0100 Subject: [PATCH] More Posts button (#680) * Add More Posts button * Update recent-posts.html * Update recent-posts.html Co-authored-by: Emruz Hossain --- 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..1d7e566 100644 --- a/layouts/partials/sections/recent-posts.html +++ b/layouts/partials/sections/recent-posts.html @@ -24,4 +24,13 @@ {{ end }} + {{ if (.section.showMoreButton) }} +
+ + {{ i18n "show_more"}} +
+ {{ end }}