From 393c5a8cb99f5b48b1e3b905e46211b3c8a6c51e Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 4 Nov 2025 10:26:30 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20misc:=20add=20Spanish=20version?= =?UTF-8?q?=20of=20CC=20BY=20SA=20(#577)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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.