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

11 lines
294 B
HTML
Raw Normal View History

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