diff --git a/themes/red/layouts/partials/featured-art.html b/themes/red/layouts/partials/featured-art.html
index 2a5f797..b2d2318 100644
--- a/themes/red/layouts/partials/featured-art.html
+++ b/themes/red/layouts/partials/featured-art.html
@@ -22,7 +22,7 @@
{{ $title := .title }}
{{ with resources.Get (printf "art/%s" .filename) }}
{{ $image := .Resize "500x" }}
-
+
{{ else }}
Thumbnail not found!
{{ end }} diff --git a/themes/red/layouts/partials/render-art.html b/themes/red/layouts/partials/render-art.html index ed86044..366ef65 100644 --- a/themes/red/layouts/partials/render-art.html +++ b/themes/red/layouts/partials/render-art.html @@ -34,13 +34,13 @@ {{ with $image }} {{ if $.Params.threed }} {{ with resources.Get "3d.png" }} -