Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhossainemruz <hossainemruz@gmail.com>2021-05-17 20:01:36 +0300
committerhossainemruz <hossainemruz@gmail.com>2021-05-17 20:01:36 +0300
commit6a01c1ea4b4c876b544bca92a28f4a3107527134 (patch)
tree62b3830132cd82abd84c42c10dbffd79056239c2
parent466580b57b53f33aba2e52a57a4b1566d0d194ca (diff)
Rename "circular-bar" into "soft-skill-indicator"
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
-rw-r--r--layouts/partials/misc/badge.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/misc/badge.html b/layouts/partials/misc/badge.html
index 2a46299..08d90f5 100644
--- a/layouts/partials/misc/badge.html
+++ b/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 "#"}}