mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
16 lines
389 B
HTML
16 lines
389 B
HTML
{% 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">
|
|
{% if include.show_categories %}
|
|
{% include components/categories.html %}
|
|
{% endif %}
|
|
</aside>
|
|
</div>
|
|
</div>
|
|
</main>
|