From 7bad2d6de4c0f7a83387777ffa00b0f254d4db70 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 19 Jan 2022 16:31:30 +0100 Subject: [PATCH] Update recent-posts.html fixed display property when hidden --- layouts/partials/sections/recent-posts.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layouts/partials/sections/recent-posts.html b/layouts/partials/sections/recent-posts.html index 7bc1ea9..d68a0d9 100644 --- a/layouts/partials/sections/recent-posts.html +++ b/layouts/partials/sections/recent-posts.html @@ -12,7 +12,10 @@
{{ if not (.section.hideTitle) }}

- {{ .section.name }}

+ {{ .section.name }} + {{ else }} +

+ {{ .section.name }}

{{ end }}