diff options
Diffstat (limited to '')
-rw-r--r-- | all/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all/index.html b/all/index.html index 9ba7848..71e24f2 100644 --- a/all/index.html +++ b/all/index.html @@ -7,7 +7,7 @@ navbar_priority: 2 --- {% if site.categories.size != 0 %} {% 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 }}/categories/{{ category[0] | slugify: 'pretty' }}">{{ category[0] }}</a></h1> <hr/> <ul> {% for post in category[1] %} |