From 72fb58b0bf8e6c8576104c554b79f63b883d2c22 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 19 Jan 2022 16:30:29 +0100 Subject: [PATCH] Update experiences.html fixed display property when hidden --- layouts/partials/sections/experiences.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/layouts/partials/sections/experiences.html b/layouts/partials/sections/experiences.html index e7e2508..eafe926 100644 --- a/layouts/partials/sections/experiences.html +++ b/layouts/partials/sections/experiences.html @@ -6,8 +6,10 @@
{{ if not (.section.hideTitle) }}

- {{ .section.name }} -

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

+ {{ .section.name }}

{{ end }}
@@ -29,4 +31,4 @@ {{ end }} {{ end }}
-
\ No newline at end of file +