mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix German menu layout
This commit is contained in:
parent
6ac93df9f2
commit
5fd9a5dacc
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ menu:
|
|||
<a href="#" id="menumobile" onclick="mobileshow(event);"></a>
|
||||
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'es' or 'fa' or 'it' or 'nl' or 'pl' or 'ru' %}
|
||||
{% when 'ar' or 'de' or 'es' or 'fa' or 'it' or 'nl' or 'pl' or 'ru' %}
|
||||
<ul id="menufor">
|
||||
{% for link in page.menufor %}{% assign id = link.id%}{% capture url %}/{{ page.lang }}/{% translate {{id}} url %}{% endcapture %}
|
||||
<li{% if page.id == id %} class="active"{% endif %}><a href="{{ url }}">{% translate menu-{{id}} layout %}</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue