aboutsummaryrefslogtreecommitdiff
path: root/src/partials
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-04-29 08:43:32 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-04-29 08:43:32 +0200
commit8cb952f30798d545f5d0f0690ab02df7eb978a74 (patch)
treebd3aa58dbdf7d209fcba082331145f25f1cc8636 /src/partials
parentb1b587e52e2dff50b3f2bfb9ceaa973b7064b8ee (diff)
Fix OG url
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 c27035d..f90c820 100644
--- a/src/partials/Footer.astro
+++ b/src/partials/Footer.astro
@@ -12,7 +12,7 @@ import t from "../i18n/es.json";
<p>
{t.footer.contentLicencedUnder}
<a
- href={`https://creativecommons.org/licenses/by-sa/4.0/deed.${Astro.currentLocale}`}
+ href={`https://creativecommons.org/licenses/by-sa/4.0/deed.es`}
>CC BY-SA 4.0</a
>.