diff options
| author | Joe Carstairs <me@joeac.net> | 2024-06-23 17:24:16 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-06-23 17:24:16 +0100 |
| commit | e5159282f91cec9b77b9429f8ff199d2ced5e7c9 (patch) | |
| tree | de6e59fe391deee7482f6d9e6de2f22597edd6f5 /src/pages | |
| parent | e093524bfe0063d051bff5c8d7009e7d3525d27b (diff) | |
Quit encouraging entries to Lallans 105
Diffstat (limited to 'src/pages')
| -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" /> |
