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

5 lines
No EOL
151 B
HTML

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