hugo-theme-relearn/layouts/shortcodes/notice.html

10 lines
328 B
HTML
Raw Normal View History

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/notice.html" (dict
2024-09-01 11:56:39 +00:00
"page" .Page
"color" (.Get "color")
"content" .Inner
"expanded" (.Get "expanded")
"icon" (.Get "icon" | default (.Get 2))
"style" (.Get "style" | default (.Get 0))
"title" (.Get "title" | default (.Get 1))
) }}