mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 12:53:15 +08:00
11 lines
298 B
HTML
11 lines
298 B
HTML
{{- $_hugo_config := `{ "version": 1 }` }}
|
|
{{- $unused := .Inner }}
|
|
{{- partial "shortcodes/resources.html" (dict
|
|
"page" .Page
|
|
"color" (.Get "color")
|
|
"icon" (.Get "icon")
|
|
"pattern" (.Get "pattern")
|
|
"style" (.Get "style")
|
|
"sort" (.Get "sort")
|
|
"title" (.Get "title")
|
|
) }} |