From 82bb9db113fb12cf16807ce512beb2a6934358ab Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Oct 2025 19:23:39 -0300 Subject: [PATCH] Update config.toml add spanish version of licence CC BY SA --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a62acbe..39a4313 100644 --- a/config.toml +++ b/config.toml @@ -343,7 +343,7 @@ footer_menu = [ # For multi-language sites, you can set a different copyright for each language. # The old way of setting `translated_copyright = true` and using i18n files is deprecated. # If a translation is missing for language, the `copyright` value will be used. -# copyright_translations.es = "$TITLE © $CURRENT_YEAR $AUTHOR $SEPARATOR A menos que se indique lo contrario, el contenido de esta web está disponible bajo la licencia [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)." +# copyright_translations.es = "$TITLE © $CURRENT_YEAR $AUTHOR $SEPARATOR A menos que se indique lo contrario, el contenido de esta web está disponible bajo la licencia [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.es)." # Custom security headers. What urls should your website be able to connect to? # You need to specify the CSP and the URLs associated with the directive.