Skip to content

Commit bf67b58

Browse files
committed
Docs show variables
1 parent 80cc26b commit bf67b58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/variables.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
</tr>
4646
</tfoot>
4747
<tbody>
48-
{% for variable_hash in variables %}
49-
{% assign variable = variable_hash[1] %}
48+
{% for variable_hash in page.variables %}
49+
{% assign variable = variable_hash %}
5050
<tr>
5151
<td >
5252
<code style="white-space: nowrap;">{{ variable.name }}</code>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ <h4 class="title">Always vertical</h4>
11331133
</p>
11341134
</div>
11351135

1136-
{% include variables.html %}
1136+
{% include variables.html variables=variables %}
11371137

11381138
{% include anchor.html name="Problems?" %}
11391139

0 commit comments

Comments
 (0)