diff options
Diffstat (limited to 'cl-theme/templates/page.html')
-rw-r--r-- | cl-theme/templates/page.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/cl-theme/templates/page.html b/cl-theme/templates/page.html index 4170e3a..c8d5857 100644 --- a/cl-theme/templates/page.html +++ b/cl-theme/templates/page.html @@ -98,19 +98,19 @@ <div class="column has-text-left"> <a class="button is-small is-button-grey" href="{{ SITEURL }}/">{{ _('Regresar al Inicio') }}</a> </div> - <div class="column has-text-right"> - <span class="soumaicon"> - <svg> - <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#translate" /> - </svg> - </span> - {% import 'translations.html' as translations with context %} - {% if translations.translations_for(page) %} + {% import 'translations.html' as translations with context %} + {% if translations.translations_for(page) %} + <div class="column has-text-right"> + <span class="soumaicon"> + <svg> + <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#translate" /> + </svg> + </span> <small> {{ translations.translations_for(page) }} </small> - {% endif %} - </div> + </div> + {% endif %} </footer> <!-- end of post footer nav --> </div> |