diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-10-01 23:45:08 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-10-01 23:45:08 +0200 |
commit | 5c1d004550b8b36767f911ba58087c2dafe33d40 (patch) | |
tree | 5b1f78da339b91a000fddaebfe26e44652d5dbb4 /templates/en/index.html | |
parent | 555c26c35efabcca6c0906934ba5322d977baddc (diff) |
Add publishing website and fix copyright
Diffstat (limited to 'templates/en/index.html')
-rw-r--r-- | templates/en/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/en/index.html b/templates/en/index.html index cb09ca4..8806ce1 100644 --- a/templates/en/index.html +++ b/templates/en/index.html @@ -23,7 +23,7 @@ otherwise stated. (active . #t)) ((name . "Publishing") (title . "Publishing House - ElenQ Publishing") - (absurl . "https://en.goteo.org/project/elenq-publishing"))) + (absurl . "https://publishing.elenq.tech/en/"))) `(((name . "en") (title . "English") @@ -82,5 +82,5 @@ otherwise stated. (footer (@ (class bar-bottom)) (div (@ (class "container text-center")) - (h6 "© ElenQ Technology") + (h6 "ElenQ Technology") ,(md footer)))))) |