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/LallansIssueContributions.astro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/components/LallansIssueContributions.astro') diff --git a/src/components/LallansIssueContributions.astro b/src/components/LallansIssueContributions.astro index 98824de..5d3084d 100644 --- a/src/components/LallansIssueContributions.astro +++ b/src/components/LallansIssueContributions.astro @@ -21,10 +21,7 @@ const t = translate(locale);
  • {contribution.title} {'author' in contribution && ( - - {' '} - {t(tSite, { key: 'by' })} {contribution.author} - + {t(tSite, { key: 'by' }) + ' ' + contribution.author} )}
  • )) -- cgit v1.2.3