aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/categories.html
diff options
context:
space:
mode:
Diffstat (limited to 'categories.html')
-rw-r--r--categories.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/categories.html b/categories.html
index a8a9023..876992f 100644
--- a/categories.html
+++ b/categories.html
@@ -7,7 +7,7 @@ navbar_link: <span class="glyphicon glyphicon-th-list"></span>&nbsp;Categories
navbar_priority: 2
---
{% for category in site.categories %}
- <h1><a class="category" href="{{ site.baseurl }}{{ category[0] | slugify: 'pretty' }}">{{ category[0] }}</a></h1>
+ <h1><a class="category" href="{{ site.baseurl }}/{{ category[0] | slugify: 'pretty' }}">{{ category[0] }}</a></h1>
<ul>
{% for post in category[1] %}
<li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%Y-%m-%d" }} &mdash; {{ post.title }}</a></li>