Documentation: new shortcode for livechat version notices.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
{{- $_hugo_config := `{ "version": 1 }` }}
|
||||
{{- partial "shortcodes/notice.html" (dict
|
||||
"page" .Page
|
||||
"color" (.Get "color")
|
||||
"content" (replace (i18n "features_comes_with") "X.X.X" ($.Get 0))
|
||||
"icon" (.Get "icon" | default (.Get 2))
|
||||
"style" ("info")
|
||||
"title" (.Get "title" | default (.Get 1))
|
||||
) }}
|
Reference in New Issue
Block a user