summaryrefslogtreecommitdiffstats
path: root/site/layouts/shortcodes/added-in.html
blob: abd8dc4f34288999689aaaef21e44abc3018fcad (plain)
1
2
3
4
5
{{- /* Outputs badge to identify the first version something was added */ -}}

{{- $version := .Get 0 -}}

<small class="d-inline-flex mb-3 px-2 py-1 fw-semibold text-success-emphasis bg-success-subtle border border-success-subtle rounded-2">Added in v{{ $version }}</small>