We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2f4f8 commit 1f113f1Copy full SHA for 1f113f1
wiki.html
@@ -13,7 +13,7 @@ <h4>Wiki Pages</h4>
13
14
<h3>
15
<ul>
16
- {% for my_page in site.pageswiki %}
+ {% for my_page in site.pages.wiki %}
17
<li>
18
<a href="{{ my_page.url }}">{{ my_page.title }}</a>
19
</li>
0 commit comments