We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cc26b commit bf67b58Copy full SHA for bf67b58
_includes/variables.html
@@ -45,8 +45,8 @@
45
</tr>
46
</tfoot>
47
<tbody>
48
- {% for variable_hash in variables %}
49
- {% assign variable = variable_hash[1] %}
+ {% for variable_hash in page.variables %}
+ {% assign variable = variable_hash %}
50
<tr>
51
<td >
52
<code style="white-space: nowrap;">{{ variable.name }}</code>
index.html
@@ -1133,7 +1133,7 @@ <h4 class="title">Always vertical</h4>
1133
</p>
1134
</div>
1135
1136
- {% include variables.html %}
+ {% include variables.html variables=variables %}
1137
1138
{% include anchor.html name="Problems?" %}
1139
0 commit comments