summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2026-03-09 21:40:44 +0000
committerGitHub <noreply@github.com>2026-03-09 21:40:44 +0000
commit3ed8d95dc5a3eaedaa02ca25c179909a24e50735 (patch)
tree34992fa485108f8b7e0165e591b36ae54087cc2c
parent5be7bd97f66e03bce36fe5c9ad3f98f5732d9213 (diff)
parent2c13fc839c2c45f25ca14fc95c032d5331a4e253 (diff)
Merge pull request #133 from joeacarstairs/staging
close sangschaw
-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]} />