Files
kubecon24/themes/hugo-theme-relearn/layouts/shortcodes/badge.html
2024-03-19 14:59:45 +01:00

9 lines
233 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/badge.html" (dict
"page" .Page
"color" (.Get "color")
"content" .Inner
"icon" (.Get "icon")
"style" (.Get "style")
"title" (.Get "title")
) }}