diff --git a/modules/blox-tailwind/blox/resume-languages/block.html b/modules/blox-tailwind/blox/resume-languages/block.html index 190cdd1d7..ebd0bebc5 100644 --- a/modules/blox-tailwind/blox/resume-languages/block.html +++ b/modules/blox-tailwind/blox/resume-languages/block.html @@ -31,7 +31,7 @@ class="text-gray-200 dark:text-gray-700" /> + style="stroke-dasharray: calc(2 * 22 / 7 * 120); stroke-dashoffset: calc((2 * 22 / 7 * 120) - ((2 * 22 / 7 * 120) * {{.percent}}/100))" /> {{.percent}}% diff --git a/modules/blox-tailwind/blox/resume-skills/block.html b/modules/blox-tailwind/blox/resume-skills/block.html index 530078064..4fe4bdfdd 100644 --- a/modules/blox-tailwind/blox/resume-skills/block.html +++ b/modules/blox-tailwind/blox/resume-skills/block.html @@ -24,12 +24,13 @@ {{ with $block.content.text }}

{{ . | markdownify | emojify }}

{{ end }} -
+{{ $columns := $block.design.columns | default 2 }} +
{{ range $skills }} {{ $color := .color | default "" }} {{ $color_border := .color_border | default "" }} -
+
{{ .name | markdownify | emojify }} {{ with .description }}

{{ . | markdownify | emojify }}

{{ end }}