diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-29 08:43:32 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-29 08:43:32 +0200 |
| commit | 8cb952f30798d545f5d0f0690ab02df7eb978a74 (patch) | |
| tree | bd3aa58dbdf7d209fcba082331145f25f1cc8636 /src/partials/Footer.astro | |
| parent | b1b587e52e2dff50b3f2bfb9ceaa973b7064b8ee (diff) | |
Fix OG url
Diffstat (limited to 'src/partials/Footer.astro')
| -rw-r--r-- | src/partials/Footer.astro | 2 |
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 >. |
