Documentation: new shortcode for livechat version notices.

This commit is contained in:
John Livingston
2024-09-10 12:02:40 +02:00
parent 071ee9f6b4
commit c65995e5fa
16 changed files with 27 additions and 45 deletions

View File

@ -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))
) }}