This commit is contained in:
Jeremy Thomas
2017-07-03 00:17:42 +01:00
parent c5c2ea232e
commit 0382506bde
6 changed files with 234 additions and 194 deletions

View File

@@ -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>