diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-02-01 22:27:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 22:27:47 +0000 |
| commit | 1a8452d42f7a95e551261562cd609f5c2fb475ca (patch) | |
| tree | dc74a32ed9d46fad175b41c6acf79d54b3a81678 /src/pages | |
| parent | f7528892196734b7246377d63a8804e3f435b9ba (diff) | |
Closes the Sangschaw (#78)
* Closes the Sangschaw
* Fixes syntax
---------
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 d930c20..4f00eff 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -25,6 +25,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); <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' })} /> + <p><small set:html={t(tPage, { key: 'sangschaw-closed' })} /></p> </section> <section> <h2 class="grid-span-6" set:html={t(tPage, { key: 'news' })} /> |
