diff --git a/photos.njk b/photos.njk
index 205d839..1e06833 100644
--- a/photos.njk
+++ b/photos.njk
@@ -19,8 +19,10 @@ permalink: /photos/
{# Render photo(s) from frontmatter #}
{% if post.data.photo %}
+
{% for img in post.data.photo %}
+
{% set photoUrl = img.url %}
{% if photoUrl and photoUrl[0] != '/' and 'http' not in photoUrl %}
{% set photoUrl = '/' + photoUrl %}