From 449f71511e539878af4c65f073cdc373b469c45e Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Sun, 6 Jul 2025 22:27:04 -0300 Subject: feat: more structured data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/components/Footer.astro | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'src/components/Footer.astro') 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;

) } -
+
+

- Sítio web de + Sítio web de <>

{ PUBLIC_SIMPLE_X_ADDRESS && ( @@ -42,10 +52,15 @@ const git = isOnion ? PUBLIC_GIT_TOR_URL ?? PUBLIC_GIT_URL : PUBLIC_GIT_URL;

Licença de Software

-
+

<cravodeabril.pt> Copyright - © 2025 João Augusto Costa Branco Marado Torres + © João Augusto Costa Branco Marado Torres

This program is free software: you can redistribute it and/or modify it -- cgit v1.2.3