diff --git a/layouts/partials/home/card.html b/layouts/partials/home/card.html index 7079c7b1..456a3526 100644 --- a/layouts/partials/home/card.html +++ b/layouts/partials/home/card.html @@ -12,8 +12,8 @@
{{ .Content | emojify }}
-
-
+
+
{{ $homepageImage := "" }} {{ with .Site.Params.defaultBackgroundImage }}{{ $homepageImage = resources.Get . }}{{ end }} {{ with .Site.Params.homepage.homepageImage }}{{ $homepageImage = resources.Get . }}{{ end }}