mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Top-level pages
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
{% assign current_category = page.doc-tab %}
|
||||
{% assign current_link_id = page.breadcrumb | last %}
|
||||
{% assign category_links = site.data.links.categories[current_category] %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bd-side">
|
||||
<!-- Empty on purpose -->
|
||||
{% if include.show_categories %}
|
||||
{% include elements/categories-nav.html %}
|
||||
{% endif %}
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user