Skip to content

Commit e5b7ce3

Browse files
committed
Trailing slash to glossary urls
1 parent b036bda commit e5b7ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/glossary.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layout: layouts/base.njk
1313
<section class="no-underline">
1414
<ul>
1515
{% for item in glossary | selectattr("definition") | sortKey("term") %}
16-
<li class="my-2"><a href="/glossary/{{ item.id }}">{{ item.term }}</a></li>
16+
<li class="my-2"><a href="/glossary/{{ item.id }}/">{{ item.term }}</a></li>
1717
{% endfor %}
1818
</ul>
1919
</section>

0 commit comments

Comments
 (0)