Organize partials

This commit is contained in:
Jeremy Thomas
2018-04-09 22:25:26 +01:00
parent a1c1909001
commit e8d4efb274
97 changed files with 691 additions and 835 deletions

View File

@@ -62,7 +62,7 @@ breadcrumb:
</p>
</div>
{% include anchor.html name="Initial variables" %}
{% include elements/anchor.html name="Initial variables" %}
<div class="content">
<p>
@@ -94,7 +94,7 @@ breadcrumb:
These are <a href="{{ derived_variables.file_url }}" target="_blank">variables</a> with a value that <strong>references</strong> another variable.
{% endcapture %}
{%
include variables.html
include elements/variables.html
anchor_name = 'Derived variables'
data = derived_variables
custom_message = custom_message
@@ -105,7 +105,7 @@ breadcrumb:
You can use the following <a href="{{ site.data.variables.base.generic.file_url }}" target="_blank">generic variables</a> for general <strong>customization</strong>. Simply set one or multiple of these variables <em>before</em> importing Bulma. <a href="{{ site.url }}/documentation/overview/customize/">Learn how</a>.
{% endcapture %}
{%
include variables.html
include elements/variables.html
anchor_name = 'Generic variables'
tab = 'base'
subtab = 'generic'