{{#if is.video}}
-
diff --git a/src/main/handlebars/feed.handlebars b/src/main/handlebars/feed.handlebars
index f233b1b..6455a76 100755
--- a/src/main/handlebars/feed.handlebars
+++ b/src/main/handlebars/feed.handlebars
@@ -42,7 +42,20 @@
{{> partials/weather in=.}}
- {{> partials/images in=. first=@first}}
+
+ {{#with images.0}}
+
+
+ {{/with}}
+
+
+ {{#each images}}
+ {{#unless (equals @index 0)}}
+
+
+ {{/unless}}
+ {{/each}}
+