rf-web/_includes/common/lang-selector.html

5 lines
242 B
HTML
Raw Normal View History

2020-02-21 11:44:13 +00:00
{% if page.lang == 'en' %}
<a href="{{ site.baseurl }}/fr" class="lang lang--{{ page.lang }}">{{ include.fr-text }}</a>
2020-02-21 11:44:13 +00:00
{% else %}
<a href="{{ site.baseurl }}/" class="lang lang--{{ page.lang }}">{{ include.en-text }} </a>
2020-02-21 11:44:13 +00:00
{% endif %}