Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-gierth committed Feb 15, 2025
2 parents b5d1698 + 6925c1e commit 007312d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const {
---

<head>
<title>{title}</title>
<!-- Meta Tags for SEO -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/legal.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '../styles/global.css';
---
<html lang="en">
<head>
<Head title="legal" url="https://mgierth.de/legal"/>
<Head title="Marten Gierth | Legal Notice" url="https://mgierth.de/legal"/>
</head>
<body>
<main>
Expand Down

0 comments on commit 007312d

Please sign in to comment.