Files
docker-docs/layouts/shortcodes/badge.html
David Karlsson a0d21ade2f migrate to hugo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:41:02 +02:00

4 lines
132 B
HTML

{{ $color := .Get "color" }}
{{ $text := .Get "text" }}
{{ partial "components/badge.html" (dict "color" $color "content" $text) }}