From 748f89966e1c97c4bf13a0523729ab98055dc835 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 19 Jan 2022 16:31:57 +0100 Subject: [PATCH] Update skills.html fixed display property when hidden --- layouts/partials/sections/skills.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layouts/partials/sections/skills.html b/layouts/partials/sections/skills.html index 3a355a4..ab837dc 100644 --- a/layouts/partials/sections/skills.html +++ b/layouts/partials/sections/skills.html @@ -6,7 +6,10 @@
{{ if not (.section.hideTitle) }}

- {{ .section.name }}

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

+ {{ .section.name }}

{{ end }}