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