Skip to content

Commit f49587f

Browse files
committed
only show controls page link if there are more examples
1 parent 3e7b117 commit f49587f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/posts/mainlang_documentation_eg.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
{% endif %}
531531
{%- endfor -%}
532532

533-
{% if forloop_idx >= num_examples %}
533+
{% if forloop_idx > num_examples %}
534534
<a href="/{{language}}/controls/" class="langindexlink">More Controls &raquo;</a>
535535
{% endif %}
536536
</header>

0 commit comments

Comments
 (0)