Browse Source

Rename "circular-bar" into "soft-skill-indicator"

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
hossainemruz 4 years ago
parent
commit
6a01c1ea4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layouts/partials/misc/badge.html

+ 1 - 1
layouts/partials/misc/badge.html

@@ -6,7 +6,7 @@
        <img src="{{ .badge }}" alt="{{ .name }}" />
       </a>
     </div>
-{{ else if eq .type "circular-bar" }}
+{{ else if eq .type "soft-skill-indicator" }}
     {{/* Circular bar indicating the level of expertise in a skill */}}
     {{ $predefinedColor:= true}}
     {{ if hasPrefix .color "#"}}