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

4 lines
108 B
HTML
Raw Normal View History

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))
) }}