fix: use GTIN-local legal favicons

This commit is contained in:
desfoto automation
2026-09-25 19:51:41 +02:00
parent 89b8ca2283
commit 8be63309d3
6 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<title>Datenschutz</title>
<meta name="robots" content="noindex, nofollow" />
<link rel="canonical" href="https://desfoto.de/gtin/datenschutz/" />
<link rel="icon" href="/gtin/icons/favicon.svg" type="image/svg+xml" />
<style>
:root { color-scheme: light; font: 16px/1.65 system-ui, sans-serif; color: #202124; background: #fff; }
body { box-sizing: border-box; max-width: 42rem; margin: 0 auto; padding: 2.5rem 1.25rem; }

View File

@@ -6,6 +6,7 @@
<title>Impressum</title>
<meta name="robots" content="noindex, nofollow" />
<link rel="canonical" href="https://desfoto.de/gtin/impressum/" />
<link rel="icon" href="/gtin/icons/favicon.svg" type="image/svg+xml" />
<style>
:root { color-scheme: light; font: 16px/1.65 system-ui, sans-serif; color: #202124; background: #fff; }
body { box-sizing: border-box; max-width: 42rem; margin: 0 auto; padding: 2.5rem 1.25rem; }