mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Fix #827
This commit is contained in:
@@ -43,7 +43,11 @@ route: documentation
|
||||
<a href="{{ site.url }}/documentation/elements/box/">Elements</a>
|
||||
</li>
|
||||
<li {% if page.doc-tab == 'components' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/components/breadcrumb/">Components</a>
|
||||
{% if site.vernum >= 50 %}
|
||||
<a href="{{ site.url }}/documentation/components/breadcrumb/">Components</a>
|
||||
{% else %}
|
||||
<a href="{{ site.url }}/documentation/components/card/">Components</a>
|
||||
{% endif %}
|
||||
</li>
|
||||
<li {% if page.doc-tab == 'layout' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/layout/container/">Layout</a>
|
||||
|
||||
Reference in New Issue
Block a user