hugo-theme-relearn/layouts/shortcodes/attachments.html
2024-09-05 20:02:38 +02:00

11 lines
No EOL
300 B
HTML

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