culinary.kemonine.info/themes/hugo-theme-relearn/layouts/shortcodes/icon.html

5 lines
147 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/icon.html" (dict
"context" .
"icon" (.Get "icon" | default (.Get 0))
) }}