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

10 lines
No EOL
251 B
HTML

{{- partial "shortcodes/attachments.html" (dict
"context" .Page
"color" (.Get "color")
"content" .Inner
"icon" (.Get "icon")
"pattern" (.Get "pattern")
"style" (.Get "style")
"sort" (.Get "sort")
"title" (.Get "title")
) }}