mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
11 lines
No EOL
300 B
HTML
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")
|
|
) }} |