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.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index e05be96..b9b0298 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -13,11 +13,7 @@
 				<nav>
 					<ul class="sidebar-nav">
 						<li><a href="/" class="u-url url" itemprop="url">Home</a> </li>
-						{{ range $key, $value := .Site.Taxonomies.categories }}
-						<li>
-							<a href="/categories/{{ $key | urlize }}/">{{ $key | title }}</a>
-						</li>
-						{{ end }}
+						<li><a href="/post/" class="u-url url" itemprop="url">Posts</a> </li>
 						{{ range .Site.Menus.main }}
 						<li><a href="{{.URL}}"> {{ .Name }} </a></li>
 						{{end}}