diff options
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> |