diff --git a/layouts/partials/sections/accomplishments.html b/layouts/partials/sections/accomplishments.html index 9024222..8dee8a6 100644 --- a/layouts/partials/sections/accomplishments.html +++ b/layouts/partials/sections/accomplishments.html @@ -3,9 +3,10 @@ {{ $sectionID = .section.id }} {{ end }} -
+
{{ if not (.section.hideTitle) }} -

{{ .section.name }}

+

+ {{ .section.name }}

{{ end }}
diff --git a/layouts/partials/sections/achievements.html b/layouts/partials/sections/achievements.html index 9744fc7..927fdc8 100644 --- a/layouts/partials/sections/achievements.html +++ b/layouts/partials/sections/achievements.html @@ -3,9 +3,10 @@ {{ $sectionID = .section.id }} {{ end }} -
+
{{ if not (.section.hideTitle) }} -

{{ .section.name }}

+

+ {{ .section.name }}

{{ end }}