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

12 lines
336 B
HTML
Raw Normal View History

{{- $_hugo_config := `{ "version": 1 }` }}
2024-09-05 18:02:38 +00:00
{{- $unused := .Inner }}
{{- partial "shortcodes/resources.html" (dict
2024-09-05 19:25:52 +00:00
"page" .Page
"color" (.Get "color")
"expanded" (.Get "expanded")
"icon" (.Get "icon")
"pattern" (.Get "pattern")
"style" (.Get "style")
"sort" (.Get "sort")
"title" (.Get "title")
) }}