about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--layouts/index.html2
-rw-r--r--layouts/partials/sidebar.html2
2 files changed, 2 insertions, 2 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>
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 }}