diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/shortcodes/added-in.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/shortcodes/added-in.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/shortcodes/added-in.html b/vendor/twbs/bootstrap/site/layouts/shortcodes/added-in.html new file mode 100644 index 000000000..ca461c2e6 --- /dev/null +++ b/vendor/twbs/bootstrap/site/layouts/shortcodes/added-in.html @@ -0,0 +1,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> |