|
@@ -7,15 +7,15 @@
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'hero' %}is-active{% endif %}" href="{{ site.url }}/documentation/layout/hero/">
|
|
|
Hero
|
|
|
</a>
|
|
|
- <a class="navbar-item is-tab {% if page.doc-subtab == 'tiles' %}is-active{% endif %}" href="{{ site.url }}/documentation/layout/tiles/">
|
|
|
- Tiles
|
|
|
- </a>
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'section' %}is-active{% endif %}" href="{{ site.url }}/documentation/layout/section/">
|
|
|
Section
|
|
|
</a>
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'footer' %}is-active{% endif %}" href="{{ site.url }}/documentation/layout/footer/">
|
|
|
Footer
|
|
|
</a>
|
|
|
+ <a class="navbar-item is-tab {% if page.doc-subtab == 'tiles' %}is-active{% endif %}" href="{{ site.url }}/documentation/layout/tiles/">
|
|
|
+ Tiles
|
|
|
+ </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</nav>
|