culinary.kemonine.info/themes/hugo-theme-relearn/layouts/shortcodes/attachments.html

10 lines
263 B
HTML

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