aboutsummaryrefslogtreecommitdiff
path: root/src/partials
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-14 23:45:58 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-14 23:45:58 +0100
commitb0eac3d3548c7b9065fe0360dc48e8df6f1f80e2 (patch)
tree23e2bb19ba749cf7f1e93f4426f002e1d86fa98f /src/partials
parente3c4bb2efa513973bc26949a8be62fbe66e31a4f (diff)
Add multilingual support to layout and footer; include alternate hreflang links
Diffstat (limited to 'src/partials')
-rw-r--r--src/partials/Footer.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro
index d5ca5cb..0bb0570 100644
--- a/src/partials/Footer.astro
+++ b/src/partials/Footer.astro
@@ -17,7 +17,7 @@ const t = useTranslations(Astro.currentLocale);
{t.footer.sourceCodeAvailableOn} <a href="https://github.com/arielcostas/costasdev">GitHub</a>
{t.footer.andIsLicencedUnder} <a
href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12"
- >{t.footer.eupl} 1.2</a
+ >{t.footer.eupl} 1.2</a>
</p>
</footer>