hugo-theme-relearn/layouts/shortcodes/resources.html
2024-09-05 21:25:52 +02:00

12 lines
No EOL
336 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- $unused := .Inner }}
{{- partial "shortcodes/resources.html" (dict
"page" .Page
"color" (.Get "color")
"expanded" (.Get "expanded")
"icon" (.Get "icon")
"pattern" (.Get "pattern")
"style" (.Get "style")
"sort" (.Get "sort")
"title" (.Get "title")
) }}