improved contacto page

This commit is contained in:
Jesús
2020-05-06 19:18:28 -05:00
parent d1e1ab2f67
commit d3b92789dc
7 changed files with 37 additions and 24 deletions

View File

@@ -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>