diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-01-11 08:01:32 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-01-12 08:29:08 +0000 |
| commit | da96287803ea26f4cc35173f9f34b71a1d6adfa5 (patch) | |
| tree | c7de78e01fd5d13446cb6d4573677b56275026b0 /src/pages | |
| parent | 5d5e2f8aa5c4030c33bf06f2cb817b9d770cc884 (diff) | |
Adds Sangschaw ad to top of homepage (#59)
Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/index.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index efccd22..b08f412 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -24,6 +24,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); <h2 set:html={t(tPage, { key: 'submit' })} /> <p set:html={t(tPage, { key: 'submit-para-1' })} /> <p set:html={t(tPage, { key: 'submit-para-2' })} /> + <p set:html={t(tPage, { key: 'submit-para-3' })} /> </section> <section> <h2 class="grid-span-6" set:html={t(tPage, { key: 'news' })} /> |
