about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 867eb66..74577ac 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -6,7 +6,7 @@
 				<ul>
 					{{ range $key, $value := .Site.Indexes.categories }}
 					<li>
-						<a href="/categories/{{ $key | urlize }}">{{ $key | title }}</a>
+						<a href="/categories/{{ $key | urlize }}/">{{ $key | title }}</a>
 					</li>
 					{{ end }}
 				</ul>