10 lines
263 B
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")
|
||
|
) }}
|