diff options
| -rw-r--r-- | src/pages/[locale]/index.astro | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 53fe1e2..15b4005 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -29,11 +29,6 @@ if (!firstNewsItem) { --- <Page title={t(tPage, { key: 'title' })}> - <section> - <h2 set:html={t(tPage, { key: 'sangschaw' })} /> - <p set:html={t(tPage, { key: 'sangschaw-para-1' })} /> - </section> - <section id="news"> <h2 set:html={t(tPage, { key: 'news' })} /> <NewsIndex headingLevel="h3" newsItems={[firstNewsItem]} /> |
