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 + + + +
{currentPhoto.title}
+ +{location.name}, {location.country.name}
+· + + + + + +index: {currentIndex + 1}
+ + + \ No newline at end of file