Adding upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bc475d7d0d
commit
e1f69a237f
605 changed files with 15320 additions and 9495 deletions
5
site/layouts/shortcodes/deprecated-in.html
Normal file
5
site/layouts/shortcodes/deprecated-in.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{- /* Outputs badge to identify the version something was deprecated */ -}}
|
||||
|
||||
{{- $version := .Get 0 -}}
|
||||
|
||||
<small class="d-inline-flex mb-3 px-2 py-1 fw-semibold text-warning-emphasis bg-warning-subtle border border-warning-subtle rounded-2">Deprecated in v{{ $version }}</small>
|
Loading…
Add table
Add a link
Reference in a new issue