peertube-plugin-livechat/support/documentation/layouts/shortcodes/livechat_version_notice.html
John Livingston 651641f63c
Fix typo
2024-09-11 10:33:51 +02:00

10 lines
316 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/notice.html" (dict
"page" .Page
"color" (.Get "color")
"content" (replace (i18n "feature_comes_with") "X.X.X" ($.Get 0))
"icon" (.Get "icon" | default (.Get 2))
"style" ("info")
"title" (.Get "title" | default (.Get 1))
) }}