diff --git a/themes/nipponalba/layouts/index.html b/themes/nipponalba/layouts/index.html
index c5477bef..d4651252 100644
--- a/themes/nipponalba/layouts/index.html
+++ b/themes/nipponalba/layouts/index.html
@@ -34,7 +34,7 @@
Latest post
{{ range (first 1 (where .Site.RegularPages "Type" "!=" "response")) }}
- {{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}
+ {{ if eq .Type "article"}}{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}{{ end }}
{{ .Content }}
{{ if eq .Type "photo"}}