diff --git a/layouts/shortcodes/alert.html b/layouts/shortcodes/alert.html index 190c08c5..ef343828 100644 --- a/layouts/shortcodes/alert.html +++ b/layouts/shortcodes/alert.html @@ -1,8 +1,27 @@ +{{ $icon := default "triangle-exclamation" (.Get "icon") }} +{{ $cardColor := default "NULL" (.Get "cardColor") }} +{{ $iconColor := default "NULL" (.Get "iconColor") }} +{{ $textColor := default "NULL" (.Get "textColor") }} + +{{ if eq $cardColor "NULL" }}