We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b2954 commit 019712bCopy full SHA for 019712b
overviews/index.md
@@ -20,7 +20,7 @@ title: Guides and Overviews
20
<ul>
21
{% for i in (1..totalPages) %}
22
{% for pg in site.pages %}
23
- {% if pg.partof == post.partof and pg.num and pg.num == i%}
+ {% if pg.partof == post.partof and pg.num and pg.num == i and pg.language == nil %}
24
<li><a href="{{ pg.url }}">{{ pg.title }}</a></li>
25
{% endif %}
26
{% endfor %}
0 commit comments