about summary refs log tree commit diff stats
path: root/layouts/partials/sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 8f2da27..7cd5255 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -12,7 +12,7 @@
 						<li><a href="/">Home</a> </li>
 						{{ 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 }}
 						{{ range .Site.Menus.main }}