diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 15:21:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 15:21:06 +0300 |
commit | 389b617912641e36eaa93f3a2c9b4b9dfa39da05 (patch) | |
tree | fd4fc8823c7de19d61f4490180ef143a7d0507a0 /_includes/categories | |
parent | bootstrap: color navbar light blue (diff) | |
download | jekyll-theme-389b617912641e36eaa93f3a2c9b4b9dfa39da05.tar.gz jekyll-theme-389b617912641e36eaa93f3a2c9b4b9dfa39da05.zip |
separate content from sidebar automatically
Diffstat (limited to '_includes/categories')
-rw-r--r-- | _includes/categories/all.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_includes/categories/all.html b/_includes/categories/all.html index e21b3f6..32b8ad7 100644 --- a/_includes/categories/all.html +++ b/_includes/categories/all.html @@ -1,6 +1,5 @@ {% if site.posts.size == 0 %} <p>Sorry, no posts have been added yet.</p> - <hr/> {% else %} {% for category in site.categories %} <h1><a class="category" href="{{ '/' | relative_url }}{{ category[0] | slugify: 'pretty' }}/">{{ category[0] }}</a></h1> |