diff --git a/layouts/shortcodes/alert.html b/layouts/shortcodes/alert.html index ef343828..cae61671 100644 --- a/layouts/shortcodes/alert.html +++ b/layouts/shortcodes/alert.html @@ -1,27 +1,42 @@ -{{ $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" }} -