diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-02-15 06:11:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-15 06:11:25 +0000 |
| commit | d6e7de31b46573af6947306eca3378e3ebfc1932 (patch) | |
| tree | 596addf4f2ec49b044239e53c61dcff1b4cb7e97 | |
| parent | a8430581a58a78465051d8a06a79fd73a1bc44bc (diff) | |
| parent | 12dab85fcd1d3d30e59cdcc57096bbe3978ca729 (diff) | |
Merge pull request #115 from joeacarstairs/staging
Close Sangschaw
| -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 61d38e2..796bf59 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -16,11 +16,6 @@ const t = translate(locale); --- <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="about"> <h2 set:html={t(tPage, { key: 'about-us' })} /> <p set:html={t(tPage, { key: 'about-us-para-1' })} /> |
