diff --git a/assets/img/Mans_Ziesel_Portrait_Cropped.jpg b/assets/img/Mans_Ziesel_Portrait_Cropped.jpg deleted file mode 100644 index 06e0361..0000000 Binary files a/assets/img/Mans_Ziesel_Portrait_Cropped.jpg and /dev/null differ diff --git a/layouts/partials/home/background-custom.html b/layouts/partials/home/background-custom.html index 9e95673..33ab922 100644 --- a/layouts/partials/home/background-custom.html +++ b/layouts/partials/home/background-custom.html @@ -7,6 +7,7 @@ {{ $homepageImage := "" }} {{ with .Site.Params.defaultBackgroundImage }}{{ $homepageImage = resources.Get . }}{{ end }} {{ with .Site.Params.homepage.homepageImage }}{{ $homepageImage = resources.Get . }}{{ end }} + {{ $homepageImage := $homepageImage.Resize "x1000" }} {{ if not (eq $homepageImage "") }}