diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/Footer.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index f69ba8a..1ab3c89 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -58,7 +58,7 @@ const git = isOnion ? PUBLIC_GIT_TOR_URL ?? PUBLIC_GIT_URL : PUBLIC_GIT_URL; © <time datetime="2025" itemprop="copyrightYear">2025</time> <span itemprop="copyrightHolder" itemscope - itemtype="Person" + itemtype="https://schema.org/Person" ><span itemprop="name" >João Augusto Costa Branco Marado Torres</span></span> </p> |