summaryrefslogtreecommitdiff
path: root/src/components/Header.astro
diff options
context:
space:
mode:
authorJoão Augusto Costa Branco Marado Torres <torres.dev@disroot.org>2025-07-06 22:27:04 -0300
committerJoão Augusto Costa Branco Marado Torres <torres.dev@disroot.org>2025-07-06 22:27:04 -0300
commit449f71511e539878af4c65f073cdc373b469c45e (patch)
tree6c264a77426284d97d1c9b9d7a27a6015c3077a8 /src/components/Header.astro
parent4ae2b810b68538ba4c287b0c80d6c2e002fe9ddd (diff)
feat: more structured data
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/components/Header.astro')
-rw-r--r--src/components/Header.astro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 496337f..39fe35f 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -5,7 +5,8 @@ import Search from "./templates/Search.astro";
<header>
<h1>
- <span class="bracket">&lt;</span><a href="/">cravodeabril.pt</a><span
+ <span class="bracket">&lt;</span><a itemprop="url" href="/"
+ >cravodeabril.pt</a><span
class="bracket"
>&gt;</span>
</h1>