diff --git a/layouts/_partials/shortcodes/card.html b/layouts/_partials/shortcodes/card.html index efebfd8..514d522 100644 --- a/layouts/_partials/shortcodes/card.html +++ b/layouts/_partials/shortcodes/card.html @@ -46,14 +46,15 @@ {{- $padding = "hx:pt-4 hx:px-4" -}} {{- end -}} - - - {{- with $icon }}{{ partial "utils/icon.html" (dict "name" $icon) -}}{{- end -}} - {{- $title -}} - - {{- with $subtitle -}} -
{{- $subtitle | markdownify -}}
- {{- end -}} +
+ + {{- with $icon }}{{ partial "utils/icon.html" (dict "name" $icon) -}}{{- end -}} + {{- $title -}} + + {{- with $subtitle -}} +
{{- $subtitle | markdownify -}}
+ {{- end -}} +
{{- if $tag }} {{- partial "shortcodes/badge.html" (dict