From aa7403a567368983e890f285aa1129eda25b3e65 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 19 Jan 2022 16:29:43 +0100 Subject: [PATCH] Update education.html fixed display property when hidden --- layouts/partials/sections/education.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/layouts/partials/sections/education.html b/layouts/partials/sections/education.html index ea79579..a547cb2 100644 --- a/layouts/partials/sections/education.html +++ b/layouts/partials/sections/education.html @@ -4,10 +4,13 @@ {{ end }}
- {{ if not (.section.hideTitle) }} + {{ if not (.section.hideTitle) }}

{{ .section.name }}

- {{ end }} + {{ else }} +

+ {{ .section.name }}

+ {{ end }}
@@ -107,4 +110,4 @@
-
\ No newline at end of file +