mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Organize partials
This commit is contained in:
@@ -3,7 +3,7 @@ layout: default
|
||||
route: documentation
|
||||
---
|
||||
|
||||
{% include navbar.html id="Documentation" %}
|
||||
{% include global/navbar.html id="Documentation" %}
|
||||
|
||||
{% assign current_category = page.doc-tab %}
|
||||
{% assign current_link_id = page.breadcrumb | last %}
|
||||
@@ -47,7 +47,7 @@ route: documentation
|
||||
</p>
|
||||
{% if page.meta %}
|
||||
{%
|
||||
include meta.html
|
||||
include elements/meta.html
|
||||
colors=page.meta.colors
|
||||
sizes=page.meta.sizes
|
||||
variables=page.meta.variables
|
||||
@@ -57,7 +57,7 @@ route: documentation
|
||||
</div>
|
||||
|
||||
<div class="bd-header-carbon">
|
||||
{% include carbon.html %}
|
||||
{% include elements/carbon.html %}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user