diff --git a/src/routes/[country]/[location]/[photo].svelte b/src/routes/[country]/[location]/[photo].svelte index fb67c2f..a24214b 100644 --- a/src/routes/[country]/[location]/[photo].svelte +++ b/src/routes/[country]/[location]/[photo].svelte @@ -1 +1,111 @@ -photo page \ No newline at end of file + + + +

Title

+

{currentPhoto.title}

+ +

Location

+

{location.name}, {location.country.name}

+· + + + + + +{currentPhoto.title} + +

index: {currentIndex + 1}

+ + + \ No newline at end of file