File tree Expand file tree Collapse file tree 3 files changed +1
-33
lines changed
Expand file tree Collapse file tree 3 files changed +1
-33
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h1><a href="{{ site.baseurl }}/index.html">{{ site.title }}</a></h1>
99 < ul >
1010 < li > < a href ="index.html "> Home</ a > </ li >
1111 {% for my_page in site.pages %}
12- {% if my_page.title %}
12+ {% if my_page.title and post.categories not contains 'wiki' %}
1313 < li > < a href ="{{ my_page.url | prepend: site.baseurl }} "> {{ my_page.title }}</ a > </ li >
1414 {% endif %}
1515 {% endfor %}
Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ <h4>Wiki Pages</h4>
1414 < h3 >
1515 < ul >
1616 {% for my_page in site.pageswiki %}
17- {% if my_page.title %}
1817 < li >
1918 < a href ="{{ my_page.url }} "> {{ my_page.title }}</ a >
2019 </ li >
21- {% endif %}
2220 {% endfor %}
2321 </ ul >
2422
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments