1
0
Fork 0
bootstrap-html/site/layouts/shortcodes/added-in.html
Daniel Baumann bc475d7d0d
Adding upstream version 5.2.3+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:02:47 +01:00

5 lines
284 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 bg-success bg-opacity-10 border border-success border-opacity-10 rounded-2">Added in v{{ $version }}</small>