From 209cad34850bd7a079c60340e40f580c682c5926 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 26 Aug 2023 17:50:55 +0100 Subject: Better use of section--full-width --- src/components/Scotsoun.astro | 50 +++++++++++----------- .../[locale]/furthsettins/lallans/index.astro | 2 +- .../[locale]/furthsettins/scotsoun/index.astro | 2 +- 3 files changed, 27 insertions(+), 27 deletions(-) (limited to 'src') diff --git a/src/components/Scotsoun.astro b/src/components/Scotsoun.astro index 4825423..a8b4334 100644 --- a/src/components/Scotsoun.astro +++ b/src/components/Scotsoun.astro @@ -39,33 +39,33 @@ const t = translate(locale); /> + -
- {scotsoun?.description &&

{scotsoun.description[locale]}

} +
+ {scotsoun?.description &&

{scotsoun.description[locale]}

} - { - scotsoun?.coverArtist && ( -

{t(tComponent, { key: 'cover-artist', coverArtist: scotsoun.coverArtist })}

- ) - } + { + scotsoun?.coverArtist && ( +

{t(tComponent, { key: 'cover-artist', coverArtist: scotsoun.coverArtist })}

+ ) + } - { - scotsoun?.releaseDate && ( -

{t(tComponent, { key: 'release-date', releaseDate: scotsoun.releaseDate })}

- ) - } + { + scotsoun?.releaseDate && ( +

{t(tComponent, { key: 'release-date', releaseDate: scotsoun.releaseDate })}

+ ) + } - { - scotsoun?.trackList && scotsoun.trackList.length > 1 && ( - <> -

Track list

-
    - {scotsoun.trackList.map((track) => ( -
  1. {track}
  2. - ))} -
- - ) - } -
+ { + scotsoun?.trackList && scotsoun.trackList.length > 1 && ( + <> +

Track list

+
    + {scotsoun.trackList.map((track) => ( +
  1. {track}
  2. + ))} +
+ + ) + }
diff --git a/src/pages/[locale]/furthsettins/lallans/index.astro b/src/pages/[locale]/furthsettins/lallans/index.astro index 3e4fd46..1bcfe47 100644 --- a/src/pages/[locale]/furthsettins/lallans/index.astro +++ b/src/pages/[locale]/furthsettins/lallans/index.astro @@ -15,7 +15,7 @@ const t = translate(locale); --- -
+

Lallans

diff --git a/src/pages/[locale]/furthsettins/scotsoun/index.astro b/src/pages/[locale]/furthsettins/scotsoun/index.astro index ed9490c..bace876 100644 --- a/src/pages/[locale]/furthsettins/scotsoun/index.astro +++ b/src/pages/[locale]/furthsettins/scotsoun/index.astro @@ -15,7 +15,7 @@ const t = translate(locale); --- -
+

Scotsoun

-- cgit v1.2.3