diff options
Diffstat (limited to 'cl-theme/templates/authors.html')
-rw-r--r-- | cl-theme/templates/authors.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/cl-theme/templates/authors.html b/cl-theme/templates/authors.html index aa6c7f4..16af109 100644 --- a/cl-theme/templates/authors.html +++ b/cl-theme/templates/authors.html @@ -117,6 +117,44 @@ <div class="column has-text-left"> <a class="button is-small is-button-grey" href="{{ SITEURL }}/">{{ _('Regresar al Inicio') }}</a> </div> + <!-- translations --> + <div class="column has-text-right hidden-more"> + <span class="soumaicon"> + <svg> + <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#translate" /> + </svg> + </span> + <small> + {{ _('Traducciones:') }} + {% if DEFAULT_LANG == 'de' %} + <a href="{{ SITEURL}}/../en/pages/authors/" hreflang="en">en</a> + <a href="{{ SITEURL}}/../eo/pages/aŭtoroj/" hreflang="eo">eo</a> + <a href="{{ SITEURL}}/../pages/créditos/" hreflang="es">es</a> + <a href="{{ SITEURL}}/../fr/pages/auteurs/" hreflang="fr">fr</a> + {% elif DEFAULT_LANG == 'en' %} + <a href="{{ SITEURL}}/../de/pages/autoren/" hreflang="de">de</a> + <a href="{{ SITEURL}}/../eo/pages/aŭtoroj/" hreflang="eo">eo</a> + <a href="{{ SITEURL}}/../pages/créditos/" hreflang="es">es</a> + <a href="{{ SITEURL}}/../fr/pages/auteurs/" hreflang="fr">fr</a> + {% elif DEFAULT_LANG == 'eo' %} + <a href="{{ SITEURL}}/../de/pages/autoren/" hreflang="de">de</a> + <a href="{{ SITEURL}}/../en/pages/authors/" hreflang="en">en</a> + <a href="{{ SITEURL}}/../pages/créditos/" hreflang="es">es</a> + <a href="{{ SITEURL}}/../fr/pages/auteurs/" hreflang="fr">fr</a> + {% elif DEFAULT_LANG == 'es' %} + <a href="{{ SITEURL}}/de/pages/autoren/" hreflang="de">de</a> + <a href="{{ SITEURL}}/en/pages/authors/" hreflang="en">en</a> + <a href="{{ SITEURL}}/eo/pages/aŭtoroj/" hreflang="eo">eo</a> + <a href="{{ SITEURL}}/fr/pages/auteurs/" hreflang="fr">fr</a> + {% elif DEFAULT_LANG == 'fr' %} + <a href="{{ SITEURL}}/../de/pages/autoren/" hreflang="de">de</a> + <a href="{{ SITEURL}}/../eo/pages/aŭtoroj/" hreflang="eo">eo</a> + <a href="{{ SITEURL}}/../en/pages/authors/" hreflang="en">en</a> + <a href="{{ SITEURL}}/../pages/créditos/" hreflang="es">es</a> + {% endif %} + </small> + </div> + <!-- end of translations --> </footer> <!-- end of post footer nav --> </div> |