MtF-wiki/layouts/shortcodes/shield.html

5 lines
327 B
HTML
Raw Normal View History

2022-02-20 16:23:05 +08:00
{{- $type := .Get 0 -}}
{{- $message := .Get 1 -}}
{{- $link := .Get 2 -}}
{{- $qs := querify "label" $type "logo" $type "message" $message "color" "blue" "style" "flat-square" -}}
<a href="{{ $link }}"><img class="shields-icon" alt="{{ $type }} {{ $message }}" src="https://img.shields.io/static/v1?{{ $qs | safeURL }}" /></a>