diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-12-02 10:15:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-02 10:15:48 +0000 |
| commit | fb034e91d6af8ee628a99c83dc9c37b428a21584 (patch) | |
| tree | 13fd407895057c3779117433758ba142f499abc6 /src/pages | |
| parent | 46a3a12a907d33771b9d3e89200cf045b4ae9f2e (diff) | |
| parent | 055454aa9032c6cca435506f2157099770dcbf9f (diff) | |
Merge pull request #130 from joeacarstairs/staging
open sangschaw 2026
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/index.astro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 15b4005..53fe1e2 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -29,6 +29,11 @@ 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]} /> |
