diff --git a/src/components/organisms/Shop.svelte b/src/components/organisms/Shop.svelte index d374cf6..d5952e9 100644 --- a/src/components/organisms/Shop.svelte +++ b/src/components/organisms/Shop.svelte @@ -1,6 +1,13 @@
@@ -16,7 +23,9 @@ text="Shop" url="/shop" /> -

Posters available for Melbourne, Brisbane, Montpellier and Bordeaux.

+

+ Posters available for {locationsWithPoster.join(', ').replace(/,(?!.*,)/gmi, ' and')}. +

\ No newline at end of file diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index 7eff112..50b4e01 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -46,6 +46,7 @@ title } } + has_poster } country (filter: { status: { _eq: "published" }}) {