There was an error while loading. Please reload this page.
1 parent c5d8db5 commit 1d326e3Copy full SHA for 1d326e3
pages/index.html
@@ -20,7 +20,7 @@ <h3>
20
<li><a href="{{ site.baseurl }}{{ tutorial.url }}">{% include document-icon.html icon=tutorial.type %}{{ tutorial.title }}</a></li>
21
{% endfor %}
22
{% if size > 4 %}
23
-<li><a href="{{ site.baseurl }}/{{ name | slugify }}s/">{{ size | minus: 4 }} more...</a></li>
+<li><a href="{{ site.baseurl }}/{{ name | slugify }}">{{ size | minus: 4 }} more...</a></li>
24
{% endif %}
25
</ul>
26
</section>
0 commit comments