Skip to content

Commit d9da642

Browse files
committed
removing trailing slash
1 parent 8fcbb53 commit d9da642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% assign size = posts | size %}
1212
<section class="category">
1313
<h3>
14-
<a href="{{ site.baseurl }}/{{ name | slugify }}/">{{ name | replace: "-", " " }}</a>
14+
<a href="{{ site.baseurl }}/{{ name | slugify }}">{{ name | replace: "-", " " }}</a>
1515
</h3>
1616

1717
<ul>

0 commit comments

Comments
 (0)