diff --git a/src/components/window.svelte b/src/components/window.svelte index 92354d6..b51b0b5 100644 --- a/src/components/window.svelte +++ b/src/components/window.svelte @@ -35,8 +35,6 @@
-
- -
+
diff --git a/src/routes/entries/japan-trip24/+page.md b/src/routes/entries/japan-trip24/+page.md index 3124807..ecba8cf 100644 --- a/src/routes/entries/japan-trip24/+page.md +++ b/src/routes/entries/japan-trip24/+page.md @@ -9,6 +9,12 @@ excerpt = "photos from my trip to japan" export let data; + + ## 1-16 / 09 / 2024 some photos i took while on a japan trip @@ -18,8 +24,8 @@ these are *not* sorted, have fun trying to figure out the actual order (i accidentally stripped the exif data and im too lazy to find the images again)

-
+
{#each data.images as src} - + {/each}
\ No newline at end of file