Skip to content

Commit f19c35b

Browse files
committed
fix: define legal pages as German content
1 parent ae0dc3d commit f19c35b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/impressum.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const contactAddress = getSecret("PUBLIC_CONTACT_ADDRESS");
2222

2323
<Layout title={pageTitle} description={description} metaTags={metaTags}>
2424
<div class="flex flex-col min-w-full md:w-screen max-w-[90%] lg:max-w-[70%]">
25-
<div class="prose">
25+
<div class="prose" lang="de">
2626
<h1>Impressum</h1>
2727
<h2>Angaben gem&auml;&szlig; &sect; 5 TMG</h2>
2828
<p>David Battefeld<br/>

src/pages/privacy.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const contactAddress = getSecret("PUBLIC_CONTACT_ADDRESS");
2222

2323
<Layout title={pageTitle} description={description} metaTags={metaTags}>
2424
<div class="flex flex-col min-w-full md:w-screen max-w-[90%] lg:max-w-[70%]">
25-
<div class="prose">
25+
<div class="prose" lang="de">
2626
<h1 class="h1">Datenschutz&shy;erkl&auml;rung</h1>
2727
<h2 class="h2">1. Datenschutz auf einen Blick</h2>
2828
<h3>Allgemeine Hinweise</h3>

0 commit comments

Comments
 (0)