diff options
author | Jesús <heckyel@hyperbola.info> | 2020-09-17 21:45:33 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-09-17 21:45:33 -0500 |
commit | 3304bab3d5fc7e102822ea62002d51a988b2ba60 (patch) | |
tree | 2be4d67c2893b755d62e679f086edb45c34ce826 /cl-theme | |
parent | 375ee91ce3c907cdb57ad1543f9c959e35b2c4cb (diff) | |
download | cl-3304bab3d5fc7e102822ea62002d51a988b2ba60.tar.lz cl-3304bab3d5fc7e102822ea62002d51a988b2ba60.tar.xz cl-3304bab3d5fc7e102822ea62002d51a988b2ba60.zip |
Fix URL heckyel.i2p
Diffstat (limited to 'cl-theme')
-rw-r--r-- | cl-theme/templates/authors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-theme/templates/authors.html b/cl-theme/templates/authors.html index e894205..62bf1d0 100644 --- a/cl-theme/templates/authors.html +++ b/cl-theme/templates/authors.html @@ -53,7 +53,7 @@ <h2>{{ _('Programación') }}</h2> <ul> <li><a href="https://www.freakspot.net/" title="{{ _('Sitio para gente Libre') }}">Jorge Maldonado Ventura</a></li> - <li><a href="https://heckyel.i2p/" title="{{ _('Sitio web de Jesús E.') }}">Jesús E.</a></li> + <li><a href="http://heckyel.i2p/" title="{{ _('Sitio web de Jesús E.') }}">Jesús E.</a></li> </ul> <h2>{{ _('Traducción') }}</h2> |