diff --git a/photos.njk b/photos.njk
index 1654511..9893078 100644
--- a/photos.njk
+++ b/photos.njk
@@ -22,10 +22,12 @@ permalink: /photos/
{{ post.data.photo | dump | safe }}
{% for img in post.data.photo %}
+
RAW:{{ img.url }}:END
{% set photoUrl = img.url %}
{% if photoUrl and photoUrl[0] != '/' and 'http' not in photoUrl %}
{% set photoUrl = '/' + photoUrl %}
{% endif %}
+
FINAL:{{ photoUrl }}:END