mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
- Fixed missing translation for DE language.
- Fixed broken hamburger responsive design.
This commit is contained in:
@@ -9,8 +9,10 @@
|
||||
<a class="refs" href="{% t nav_item.link %}">{% t nav_item.link_text %}</a>
|
||||
{% endfor %}
|
||||
<!-- <a style="float: right; padding-right: 20px; margin-top: 5px;" class="langicons" href="{% t section.image.link %}"><img src="{{site.baseurl_root}}{% t section.image.image %}" alt="{% t section.image.alt_text %}"></a></li> -->
|
||||
<a {% if site.lang == lang %} id="selected-lang" {% endif %} style="float: right; padding-right: 20px; margin-top: 5px;" class="langicons" href="{{ site.baseurl_root }}{{ page.url}}?lang={% t section.image.link %}"><img src="{{site.baseurl_root}}{% t section.image.image %}" alt="{% t section.image.alt_text %}"></a></li>
|
||||
</a>
|
||||
<a {% if site.lang == lang %} id="selected-lang" {% endif %} style="float: right; padding-right: 20px; margin-top: 5px;" class="langicons refs" href="{{ site.baseurl_root }}{{ page.url}}?lang={% t section.image.link %}"><img src="{{site.baseurl_root}}{% t section.image.image %}" alt="{% t section.image.alt_text %}"></a>
|
||||
<a id="toggle" href="javascript:void(0);" class="icon" onclick="myFunction()">
|
||||
<img id="hamburger" src="{{ section.menu | relative_url }}" alt="Menu">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user