From 85a45679a216c1e18dbec331f9613216ce461ffd Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 19 Jan 2022 16:29:06 +0100 Subject: [PATCH] Update education-alt.html fixed display property when hidden --- layouts/partials/sections/education-alt.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/layouts/partials/sections/education-alt.html b/layouts/partials/sections/education-alt.html index 7b748c7..8885a0f 100644 --- a/layouts/partials/sections/education-alt.html +++ b/layouts/partials/sections/education-alt.html @@ -4,9 +4,13 @@ {{ end }}
- {{ if not (.section.hideTitle) }} -

{{ .section.name }}

- {{ end }} + {{ if not (.section.hideTitle) }} +

+ {{ .section.name }}

+ {{ else }} +

+ {{ .section.name }}

+ {{ end }}
@@ -115,4 +119,4 @@
-
\ No newline at end of file +