1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 15:25:33 -04:00

fresh <PageTitle> look

This commit is contained in:
2025-03-08 13:09:29 -05:00
parent 5cfa86f690
commit 2d6fc82f71
29 changed files with 346 additions and 401 deletions

View File

@@ -1,5 +1,4 @@
import PageTitle from "../../components/PageTitle";
import Content from "../../components/Content";
import { metadata as defaultMetadata } from "../layout";
export const metadata = {
@@ -15,9 +14,7 @@ export const metadata = {
},
};
<PageTitle>🕵️ Privacy</PageTitle>
<Content>
<PageTitle canonical="/privacy">Privacy</PageTitle>
Okay, this is an easy one. 😉
@@ -52,5 +49,3 @@ Occasionally, embedded content from third-party services is included in posts, a
Using [**Cloudflare Turnstile**](https://www.cloudflare.com/products/turnstile/) to fight bot spam on the [contact form](/contact) was an easy choice over seemingly unavoidable alternatives like [reCAPTCHA](https://developers.google.com/recaptcha/).
You can refer to Cloudflare's [privacy policy](https://www.cloudflare.com/privacypolicy/) and [terms of service](https://www.cloudflare.com/website-terms/) for more details. While some information is sent to the Turnstile API about your behavior (on the contact page only), at least you won't be helping a certain internet conglomerate [train their self-driving cars](https://blog.cloudflare.com/moving-from-recaptcha-to-hcaptcha/). 🚗
</Content>