diff --git a/src/components/sections/Footer.astro b/src/components/sections/Footer.astro index 247d38d..528dc91 100644 --- a/src/components/sections/Footer.astro +++ b/src/components/sections/Footer.astro @@ -83,6 +83,7 @@

Copyright Robin van Baalen. Released under the MIT licence.

+

Privacy policy Terms of service hello@spreadpaper.app

diff --git a/src/pages/privacy.astro b/src/pages/privacy.astro new file mode 100644 index 0000000..7631523 --- /dev/null +++ b/src/pages/privacy.astro @@ -0,0 +1,127 @@ +--- +import Footer from '../components/sections/Footer.astro' +import Nav from '../components/sections/Nav.astro' +import Layout from '../layouts/Layout.astro' + +/** Last substantive change to this policy, shown at the top of the page. */ +const updatedLabel = '14 September 2026' +--- + + +