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

5 lines
151 B
HTML
Raw Normal View History

{{- $_hugo_config := `{ "version": 1 }` }}
2022-12-02 17:31:54 +00:00
{{- partial "shortcodes/icon.html" (dict
"context" .Page
2022-12-02 17:31:54 +00:00
"icon" (.Get "icon" | default (.Get 0))
) }}