hugo-theme-relearn/layouts/shortcodes/icon.html
2022-12-02 18:31:54 +01:00

5 lines
No EOL
147 B
HTML

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