From 62ddc32795dac8c0a1933cee493003927cf61892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sat, 16 Oct 2021 22:32:13 +0200 Subject: [PATCH] [wip] Create photo detail page with informations --- .../[country]/[location]/[photo].svelte | 112 +++++++++++++++++- 1 file changed, 111 insertions(+), 1 deletion(-) 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