From d55f4654e048992b4a87406a4b3ec8532e8d6e09 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 19 Jan 2022 16:27:35 +0100 Subject: [PATCH] Update accomplishments.html fix display property when hidden --- layouts/partials/sections/accomplishments.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/partials/sections/accomplishments.html b/layouts/partials/sections/accomplishments.html index 8dee8a6..77b8d99 100644 --- a/layouts/partials/sections/accomplishments.html +++ b/layouts/partials/sections/accomplishments.html @@ -6,9 +6,12 @@
{{ if not (.section.hideTitle) }}

- {{ .section.name }}

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

+ {{ .section.name }}

{{ end }} - +
{{ range .accomplishments }}