hugo-theme-relearn/layouts/shortcodes/badge.html

8 lines
No EOL
190 B
HTML

{{- partial "shortcodes/badge.html" (dict
"context" .Page
"color" (.Get "color")
"content" .Inner
"icon" (.Get "icon")
"style" (.Get "style")
"title" (.Get "title")
) }}