From 2f185ba211d3680be4481ce7f4d299d61601250d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 5 Oct 2023 19:38:55 +0100 Subject: Optimises images --- src/components/Scotsoun.astro | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/components/Scotsoun.astro') diff --git a/src/components/Scotsoun.astro b/src/components/Scotsoun.astro index 2e5ecc2..594b8c9 100644 --- a/src/components/Scotsoun.astro +++ b/src/components/Scotsoun.astro @@ -22,16 +22,10 @@ const t = translate(locale);

{scotsoun.title}

Scotsoun SSCD{scotsoun.scotsounId}

{scotsoun?.subtitle &&

{scotsoun.subtitle}

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

- {t(tSite, { key: 'by' })} {scotsoun.author} -

- ) - } + {scotsoun?.author &&

{t(tSite, { key: 'by' }) + ' ' + scotsoun.author}

}
- +