diff --git a/src/components/molecules/PostCard.svelte b/src/components/molecules/PostCard.svelte index 8ee70e2..0ea80d1 100644 --- a/src/components/molecules/PostCard.svelte +++ b/src/components/molecules/PostCard.svelte @@ -39,7 +39,6 @@ \ 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}