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

11 lines
300 B
HTML
Raw Normal View History

{{- $_hugo_config := `{ "version": 1 }` }}
2024-09-05 18:02:38 +00:00
{{- $unused := .Inner }}
{{- partial "shortcodes/attachments.html" (dict
"page" .Page
2023-01-23 21:35:43 +00:00
"color" (.Get "color")
"icon" (.Get "icon")
"pattern" (.Get "pattern")
"style" (.Get "style")
"sort" (.Get "sort")
"title" (.Get "title")
) }}