1
0
Fork 0
bootstrap-html/site/layouts/shortcodes/added-in.html
Daniel Baumann 5403e4b85c
Merging upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-08 17:48:00 +02:00

5 lines
275 B
HTML

{{- /* 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>