2023-06-03 20:58:23 +00:00
|
|
|
{{- $_hugo_config := `{ "version": 1 }` }}
|
2022-12-02 17:31:54 +00:00
|
|
|
{{- partial "shortcodes/icon.html" (dict
|
2023-05-18 12:01:50 +00:00
|
|
|
"context" .Page
|
2022-12-02 17:31:54 +00:00
|
|
|
"icon" (.Get "icon" | default (.Get 0))
|
|
|
|
) }}
|