diff options
| author | Joe Carstairs <me@joeac.net> | 2025-05-08 11:55:05 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-05-08 11:55:05 +0100 |
| commit | ab436fb120cbf5c2bf16788bbf6168a36e88ab16 (patch) | |
| tree | a87268113c1587d71562d2d416c7784717ea2a2e /src/pages | |
| parent | fd5998240f65e3bc3a94e4045f8f5c286a755b1c (diff) | |
Copyright statement
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/submit.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro index 5415854..f12de86 100644 --- a/src/pages/[locale]/submit.astro +++ b/src/pages/[locale]/submit.astro @@ -20,4 +20,8 @@ const t = translate(locale); <p set:html={t(tPage, { key: 'submit-para-2' })} /> <p set:html={t(tPage, { key: 'submit-para-3' })} /> </section> + <section> + <h2 set:html={t(tPage, { key: 'copyright-heading' })} /> + <p set:html={t(tPage, { key: 'copyright-body' })} /> + </section> </Page> |
