diff --git a/layouts/partials/featured.html b/layouts/partials/featured.html index 2a94f52..c1a0a13 100644 --- a/layouts/partials/featured.html +++ b/layouts/partials/featured.html @@ -38,10 +38,12 @@ {{/* Rotate image before cropping because Hugo's "Smart" cropping crops differently if we do it at the same time as .Fill with a rotation) and use 2x dimensions to keep the thumbnail crisp */}} {{ $RotatedImage := $image.Resize "480x600 r90" }} + {{ else }} + + {{ end }} {{ else }} {{ end }} - {{ end }} {{ end }}