diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-06-23 21:57:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-23 21:57:30 +0100 |
| commit | 51852c0d4a094499fddecfca8e854ebe035d0d14 (patch) | |
| tree | de6e59fe391deee7482f6d9e6de2f22597edd6f5 /src | |
| parent | caf2e623006825891f83a95a9b611b7071c5c8b1 (diff) | |
| parent | ef226da2efc3c3ddfb859066f1828c011cad6f5d (diff) | |
Merge pull request #99 from joeacarstairs/staging
Quit encouraging entries to Lallans 105
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/[locale]/index.astro | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index d930c20..9f994a2 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -20,12 +20,17 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); --- <Page title={t(tPage, { key: 'title' })}> - <section> - <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> + <!-- + Lallans 105 is leukin fair full the nou. Ance Lallans 105 is out we'll + stert encouragin submeissions for 106. + + <section> + <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' })} /> <NewsIndex newsItems={mostRecentNewsItem ? [mostRecentNewsItem] : []} headingLevel="h3" /> |
