summaryrefslogtreecommitdiffstats
path: root/site/layouts/shortcodes/added-in.html
blob: ca461c2e68ed5825b34c4a972665ce35edd16980 (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 bg-success bg-opacity-10 border border-success border-opacity-10 rounded-2">Added in v{{ $version }}</small>