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

11 lines
358 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")
2024-11-30 18:36:58 +00:00
"groupid" (.Get "groupid")
2024-09-01 11:56:39 +00:00
"icon" (.Get "icon" | default (.Get 2))
"style" (.Get "style" | default (.Get 0))
"title" (.Get "title" | default (.Get 1))
) }}