diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/en/index.html | 4 | ||||
-rw-r--r-- | templates/es/index.html | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/templates/en/index.html b/templates/en/index.html index 8806ce1..e1d3b16 100644 --- a/templates/en/index.html +++ b/templates/en/index.html @@ -76,9 +76,7 @@ otherwise stated. (section ,(anchored-h 2 "Contact" "contact") (p "Send us an email to: " - (a (@ (href "mailto:hello@elenq.tech")) (em "hello@elenq.tech")) - " " - (a (@ (href "/static/files/publickey.hello@elenq.tech.txt")) "[PGP]")))) + (a (@ (href "mailto:hello@elenq.tech")) (em "hello@elenq.tech"))))) (footer (@ (class bar-bottom)) (div (@ (class "container text-center")) diff --git a/templates/es/index.html b/templates/es/index.html index 02d50d9..b47cd4b 100644 --- a/templates/es/index.html +++ b/templates/es/index.html @@ -78,9 +78,7 @@ ser que se especifique lo contrario. (section ,(anchored-h 2 "Contacto" "contact") (p "EscrÃbenos a: " - (a (@ (href "mailto:hello@elenq.tech")) (em "hello@elenq.tech")) - " " - (a (@ (href "/static/files/publickey.hello@elenq.tech.txt")) "[PGP]")))) + (a (@ (href "mailto:hello@elenq.tech")) (em "hello@elenq.tech"))))) (footer (@ (class bar-bottom)) (div (@ (class "container text-center")) |