Skip to content

Commit 1f113f1

Browse files
committed
wiki
1 parent 4a2f4f8 commit 1f113f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h4>Wiki Pages</h4>
1313

1414
<h3>
1515
<ul>
16-
{% for my_page in site.pageswiki %}
16+
{% for my_page in site.pages.wiki %}
1717
<li>
1818
<a href="{{ my_page.url }}">{{ my_page.title }}</a>
1919
</li>

0 commit comments

Comments
 (0)