diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-06 22:27:04 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-06 22:27:04 -0300 |
commit | 449f71511e539878af4c65f073cdc373b469c45e (patch) | |
tree | 6c264a77426284d97d1c9b9d7a27a6015c3077a8 /src/components/Header.astro | |
parent | 4ae2b810b68538ba4c287b0c80d6c2e002fe9ddd (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.astro | 3 |
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"><</span><a href="/">cravodeabril.pt</a><span + <span class="bracket"><</span><a itemprop="url" href="/" + >cravodeabril.pt</a><span class="bracket" >></span> </h1> |