mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Layout: Add Whitespace To Layouts
This commit is contained in:
parent
6bfb8849dd
commit
df3b8dcf28
14 changed files with 157 additions and 76 deletions
|
@ -1,5 +1,9 @@
|
|||
{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} <div id="langselect" class="langselect"><select onchange="window.location=this.value;">
|
||||
{% comment %}
|
||||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
<div id="langselect" class="langselect"><select onchange="window.location=this.value;">
|
||||
{% for lang in site.langsorder %}{% assign active = ''%}{% if lang == page.lang %}{% assign active = ' selected="selected"'%}{% endif %}
|
||||
<option value="/{{ lang }}/{% translate {{page.id}} url {{lang}} %}"{{ active }}>{{ site.langs[lang] }}</option>
|
||||
{% endfor %}
|
||||
</select></div>
|
||||
</select></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue