Skip to content

Commit 7a70603

Browse files
committed
remove inserted trailing slash from sidebar
1 parent 58ad1b4 commit 7a70603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_layouts/pages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a class='block quiet active strong small truncate' href='{{site.baseurl}}/examples/'>Examples</a>
1919
</div>
2020
{% for eg in site.categories.example reversed %}
21-
<a href='{{site.baseurl}}{{eg.url}}/' class='block small truncate {% if eg.title == page.title %} active{% endif %}'>{{eg.title}}</a>
21+
<a href='{{site.baseurl}}{{eg.url}}' class='block small truncate {% if eg.title == page.title %} active{% endif %}'>{{eg.title}}</a>
2222
{% endfor %}
2323
{% endif %}
2424
{% if page.url contains 'api' %}

0 commit comments

Comments
 (0)