mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
11 lines
292 B
HTML
11 lines
292 B
HTML
|
{{- $_hugo_config := `{ "version": 1 }` }}
|
||
|
{{- partial "shortcodes/resources.html" (dict
|
||
|
"page" .Page
|
||
|
"color" (.Get "color")
|
||
|
"content" .Inner
|
||
|
"icon" (.Get "icon")
|
||
|
"pattern" (.Get "pattern")
|
||
|
"style" (.Get "style")
|
||
|
"sort" (.Get "sort")
|
||
|
"title" (.Get "title")
|
||
|
) }}
|