diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-28 10:09:52 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-28 10:09:52 +0100 |
| commit | 9bd9efbe41a04735b42ae39fb0d10448a35c54ca (patch) | |
| tree | b5cb7bdd848820cca67ad671e6fc3a6993c4e2f7 /src/pages | |
| parent | eb746a23f785863ca77e550003ddc2b578c7f8d3 (diff) | |
| parent | ef226da2efc3c3ddfb859066f1828c011cad6f5d (diff) | |
Merge branch 'staging' of https://github.com/joeacarstairs/lallans-wabsteid-astro into staging
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" /> |
