initial commit
This commit is contained in:
8
themes/hugo-theme-relearn/layouts/shortcodes/expand.html
Normal file
8
themes/hugo-theme-relearn/layouts/shortcodes/expand.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{- $_hugo_config := `{ "version": 1 }` }}
|
||||
{{- partial "shortcodes/expand.html" (dict
|
||||
"page" .Page
|
||||
"content" .Inner
|
||||
"open" (.Get "open" | default "")
|
||||
"expanded" (.Get "expanded" | default (.Get 1))
|
||||
"title" (.Get "title" | default (.Get 0))
|
||||
) }}
|
||||
Reference in New Issue
Block a user