Back to Distribution

Progress

docs/themes/hugo-geekdoc/layouts/shortcodes/progress.html

3.1.1183 B
Original Source

{{- $value := default 0 (.Get "value") -}} {{- $title := .Get "title" -}} {{- $icon := .Get "icon" -}}

{{ with $icon -}} {{- end }} {{ with $title }}{{ . }}{{ end }}

{{ $value }}%