diff options
Diffstat (limited to 'src/components/Footer.astro')
-rw-r--r-- | src/components/Footer.astro | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 3238c50..f69ba8a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -22,10 +22,20 @@ const git = isOnion ? PUBLIC_GIT_TOR_URL ?? PUBLIC_GIT_URL : PUBLIC_GIT_URL; </p> ) } - <address> + <address + itemprop="maintainer author" + itemscope + itemtype="https://schema.org/Person" + > + <link href={site} rel="author" itemprop="url" /> <p> - Sítio web de <a href={site} target="_blank" rel="author" - >João Augusto Costa Branco Marado Torres</a> + Sítio web de <a href={site} target="_blank" rel="author" itemprop="name" + >João Augusto Costa Branco Marado Torres</a> <<a + href="mailto:torres.dev@disroot.pt" + target="_blank" + rel="author" + itemprop="email" + >torres.dev@disroot.pt</a>> </p> { PUBLIC_SIMPLE_X_ADDRESS && ( @@ -42,10 +52,15 @@ const git = isOnion ? PUBLIC_GIT_TOR_URL ?? PUBLIC_GIT_URL : PUBLIC_GIT_URL; </p> <section id="copying" class="mute"> <h2 class="sr-only">Licença de <span lang="en">Software</span></h2> - <div lang="en"> + <div lang="en" itemprop="copyrightNotice"> <p> <<a href="/" hreflang="pt-PT">cravodeabril.pt</a>> Copyright - © 2025 João Augusto Costa Branco Marado Torres + © <time datetime="2025" itemprop="copyrightYear">2025</time> <span + itemprop="copyrightHolder" + itemscope + itemtype="Person" + ><span itemprop="name" + >João Augusto Costa Branco Marado Torres</span></span> </p> <p> This program is free software: you can redistribute it and/or modify it |