From 6b8e92e253233a9160f0397d08aef0c03020a2dd Mon Sep 17 00:00:00 2001 From: William Hou Date: Sat, 3 Jul 2021 15:04:45 -0700 Subject: [PATCH] Check for badges in conditional --- layouts/partials/sections/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html index b9a018a..9f26313 100644 --- a/layouts/partials/sections/about.html +++ b/layouts/partials/sections/about.html @@ -11,8 +11,8 @@
- - {{ if .softSkills }}
{{ else }}
{{ end }} + + {{ if or (.softSkills) (.badges) }}
{{ else }}
{{ end }}

{{ $author.name }}

{{ if .designation }}