summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-10-01 23:45:08 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-10-01 23:45:08 +0200
commit5c1d004550b8b36767f911ba58087c2dafe33d40 (patch)
tree5b1f78da339b91a000fddaebfe26e44652d5dbb4
parent555c26c35efabcca6c0906934ba5322d977baddc (diff)
Add publishing website and fix copyright
-rw-r--r--templates/en/index.html4
-rw-r--r--templates/es/index.html4
2 files changed, 4 insertions, 4 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))))))
diff --git a/templates/es/index.html b/templates/es/index.html
index 463f00d..02d50d9 100644
--- a/templates/es/index.html
+++ b/templates/es/index.html
@@ -23,7 +23,7 @@ ser que se especifique lo contrario.
(active . #t))
((name . "Publishing")
(title . "Editorial - ElenQ Publishing")
- (absurl . "https://www.goteo.org/project/elenq-publishing")))
+ (absurl . "https://publishing.elenq.tech/es/")))
`(((name . "en")
(title . "English")
@@ -84,5 +84,5 @@ ser que se especifique lo contrario.
(footer (@ (class bar-bottom))
(div (@ (class "container text-center"))
- (h6 "© ElenQ Technology")
+ (h6 "ElenQ Technology")
,(md footer))))))