From 46feb0fa85ca0b2ee70520256d1a4e30bdee9021 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 19 Jan 2022 16:30:57 +0100 Subject: [PATCH] Update projects.html fixed display property when hidden --- layouts/partials/sections/projects.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/partials/sections/projects.html b/layouts/partials/sections/projects.html index dd3ec39..c658e2c 100644 --- a/layouts/partials/sections/projects.html +++ b/layouts/partials/sections/projects.html @@ -5,7 +5,11 @@
{{ if not (.section.hideTitle) }} -

{{ .section.name }}

+

+ {{ .section.name }}

+ {{ else }} +

+ {{ .section.name }}

{{ end }}