aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 15:04:29 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 15:04:29 +0300
commite909f3ff43855634b81d3bd487b073ea35e1aaa3 (patch)
treebc4b981f8a4ab15aa316d750bc12f416702b9f4d /index.html
parentsort notes by title (diff)
downloadjekyll-theme-e909f3ff43855634b81d3bd487b073ea35e1aaa3.tar.gz
jekyll-theme-e909f3ff43855634b81d3bd487b073ea35e1aaa3.zip
move categories pages to /categories/
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0b08614..69c22ad 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@ root_page: true
<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
<p class="text-muted">
<span class="glyphicon glyphicon-time"></span>&nbsp;Posted on {{ post.date | date: '%-d %B %Y' }}
- {%- if post.category %} in <span class="glyphicon glyphicon-folder-open"></span>&nbsp;<a class="category" href="{{ site.baseurl }}/{{ post.category | slugify: 'pretty' }}/">{{ post.category }}</a>{% endif %}
+ {%- if post.category %} in <span class="glyphicon glyphicon-folder-open"></span>&nbsp;<a class="category" href="{{ site.baseurl }}/categories/{{ post.category | slugify: 'pretty' }}/">{{ post.category }}</a>{% endif %}
</p>
{{ post.excerpt | markdownify }}
<hr/>