|
@@ -9,29 +9,29 @@
|
|
{% assign table_class = include.table_class | default: 'is-bordered' %}
|
|
{% assign table_class = include.table_class | default: 'is-bordered' %}
|
|
|
|
|
|
{% if include.custom_message %}
|
|
{% if include.custom_message %}
|
|
-
|
|
|
|
|
|
+
|
|
{{ include.custom_message }}
|
|
{{ include.custom_message }}
|
|
-
|
|
|
|
|
|
+
|
|
{% else %}
|
|
{% else %}
|
|
-
|
|
|
|
|
|
+
|
|
{% assign variables_link_text = "these variables" %}
|
|
{% assign variables_link_text = "these variables" %}
|
|
-
|
|
|
|
|
|
+
|
|
{% capture variables_link %}
|
|
{% capture variables_link %}
|
|
-
|
|
|
|
|
|
+
|
|
{% if data.file_url %}
|
|
{% if data.file_url %}
|
|
-
|
|
|
|
|
|
+
|
|
<a href="{{ data.file_url }}" target="_blank">{{ variables_link_text }}</a>
|
|
<a href="{{ data.file_url }}" target="_blank">{{ variables_link_text }}</a>
|
|
-
|
|
|
|
|
|
+
|
|
{% else %}
|
|
{% else %}
|
|
-
|
|
|
|
|
|
+
|
|
{{ variables_link_text }}
|
|
{{ variables_link_text }}
|
|
-
|
|
|
|
|
|
+
|
|
{% endif %}
|
|
{% endif %}
|
|
-
|
|
|
|
|
|
+
|
|
{% endcapture %}
|
|
{% endcapture %}
|
|
-
|
|
|
|
|
|
+
|
|
You can use {{ variables_link | strip }} to <strong>customize</strong> this {{ type }}. Simply set one or multiple of these variables <em>before</em> importing Bulma. <a href="{{ site.url }}/documentation/overview/customize/">Learn how</a>.
|
|
You can use {{ variables_link | strip }} to <strong>customize</strong> this {{ type }}. Simply set one or multiple of these variables <em>before</em> importing Bulma. <a href="{{ site.url }}/documentation/overview/customize/">Learn how</a>.
|
|
-
|
|
|
|
|
|
+
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
{% endcapture %}
|
|
{% endcapture %}
|
|
@@ -59,8 +59,8 @@
|
|
{% for variable_hash in variables %}
|
|
{% for variable_hash in variables %}
|
|
{% assign variable = variable_hash[1] %}
|
|
{% assign variable = variable_hash[1] %}
|
|
<tr>
|
|
<tr>
|
|
- <td>
|
|
|
|
- <code>{{ variable.name }}</code>
|
|
|
|
|
|
+ <td >
|
|
|
|
+ <code style="white-space: nowrap;">{{ variable.name }}</code>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<code>{{ variable.value }}</code>
|
|
<code>{{ variable.value }}</code>
|