diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-27 20:02:36 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-27 20:02:36 -0300 |
commit | 7c5f5c3f298bba8b85b00f227bad5c99e77ca28e (patch) | |
tree | d5e938adebe9ef95fe42eb1120c0d83a1f430aa1 | |
parent | db958843e0e6f08041c39e264099d35b0f56ef6b (diff) |
fix: itemtype
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
-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> |