diff --git a/themes/buha/layouts/_default/single.html b/themes/buha/layouts/_default/single.html
index 3e25cdc4..1ee60d90 100644
--- a/themes/buha/layouts/_default/single.html
+++ b/themes/buha/layouts/_default/single.html
@@ -76,10 +76,14 @@
- {{ else if eq hugo.Environment "development" }}
-
- assets/images/foundations/{{- $l -}} .* missing
-
+ {{ else }}
+ {{ if eq hugo.Environment "development" }}
+
+ assets/images/foundations/{{- $l -}} .* missing
+
+ {{ else }}
+ picture missing.
+ {{ end }}
{{ end }}
{{ end }}