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