diff --git a/template/small-tn.html b/template/small-tn.html index c7c85ea..9842a1b 100644 --- a/template/small-tn.html +++ b/template/small-tn.html @@ -1,6 +1,6 @@ -{{ range . }} +{{ range . }} {{ if not (isEmpty .ID) }}
{{ template "thumbnail-dt-lazy.html" . }} {{ template "thumbnail-tt.html" . }} {{ template "thumbnail-at.html" . }}
-{{ end }} +{{ end }} {{ end }}