diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-29 08:56:04 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-29 08:57:05 +0200 |
| commit | 8fecbcbba2eef19f4adf3c95573f8330746335b7 (patch) | |
| tree | e5f20895c0bbe1ba85026f2be15894eb622ec49a /src/partials | |
| parent | 8cb952f30798d545f5d0f0690ab02df7eb978a74 (diff) | |
Indicate external links
Diffstat (limited to 'src/partials')
| -rw-r--r-- | src/partials/Footer.astro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro index f90c820..bc30217 100644 --- a/src/partials/Footer.astro +++ b/src/partials/Footer.astro @@ -11,8 +11,7 @@ import t from "../i18n/es.json"; <p> {t.footer.contentLicencedUnder} - <a - href={`https://creativecommons.org/licenses/by-sa/4.0/deed.es`} + <a href={`https://creativecommons.org/licenses/by-sa/4.0/deed.es`} >CC BY-SA 4.0</a >. |
