summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-03-09 21:37:31 +0000
committerJoe Carstairs <me@joeac.net>2026-03-09 21:37:31 +0000
commitd0d69e1aa4b03ff54a4d3440f1b2fa8ffb55ea36 (patch)
tree34992fa485108f8b7e0165e591b36ae54087cc2c /src
parent8a9850caf67137ee960abe81734373121acc6cf4 (diff)
close sangschaw
Diffstat (limited to 'src')
-rw-r--r--src/pages/[locale]/index.astro5
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]} />