summaryrefslogtreecommitdiff
path: root/src/components/Footer.astro
diff options
context:
space:
mode:
authorJoão Augusto Costa Branco Marado Torres <torres.dev@disroot.org>2025-07-27 20:02:36 -0300
committerJoão Augusto Costa Branco Marado Torres <torres.dev@disroot.org>2025-07-27 20:02:36 -0300
commit7c5f5c3f298bba8b85b00f227bad5c99e77ca28e (patch)
treed5e938adebe9ef95fe42eb1120c0d83a1f430aa1 /src/components/Footer.astro
parentdb958843e0e6f08041c39e264099d35b0f56ef6b (diff)
fix: itemtype
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/components/Footer.astro')
-rw-r--r--src/components/Footer.astro2
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;
&copy; <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>