diff --git a/modules/blox-tailwind/layouts/partials/blox/resume-skills.html b/modules/blox-tailwind/layouts/partials/blox/resume-skills.html index 9572e97e..0950b3c1 100644 --- a/modules/blox-tailwind/layouts/partials/blox/resume-skills.html +++ b/modules/blox-tailwind/layouts/partials/blox/resume-skills.html @@ -13,6 +13,7 @@ {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your Skill block and create an associated author page if one does not already exist. See https://docs.hugoblox.com/page-builder/#about " $person_page_path }} {{end}} {{ $skills := $person_page.Params.skills }} +{{ $show_show_skill_percentage := $block.design.show_skill_percentage | default true }}
@@ -52,7 +53,7 @@ {{ .name | markdownify | emojify }} {{ with .description }}

{{ . | markdownify | emojify }}

{{ end }} - {{ if .percent }} + {{ if .percent | and $show_show_skill_percentage }}