\ No newline at end of file
diff --git a/src/routes/photos.svelte b/src/routes/photos.svelte
index a530f10..f1c443e 100644
--- a/src/routes/photos.svelte
+++ b/src/routes/photos.svelte
@@ -156,6 +156,7 @@
flag { id }
}
}
+ city
}
}
`)
@@ -293,7 +294,7 @@
{#if photos.length}
- {#each photos as { image, slug, location, title }, index}
+ {#each photos as { image, slug, location, title, city }, index}