diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 14:18:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 14:18:44 +0300 |
commit | 536e704b5e47d72b61c91e66eea83790cacf629f (patch) | |
tree | da13c6fa9e4e29654d4eaf6c1f0a31029ceaaf1f /categories.html | |
parent | categories.html: fix broken links (diff) | |
download | jekyll-theme-536e704b5e47d72b61c91e66eea83790cacf629f.tar.gz jekyll-theme-536e704b5e47d72b61c91e66eea83790cacf629f.zip |
add <hr>s where appropriate
Diffstat (limited to 'categories.html')
-rw-r--r-- | categories.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/categories.html b/categories.html index 876992f..5e42458 100644 --- a/categories.html +++ b/categories.html @@ -8,6 +8,7 @@ navbar_priority: 2 --- {% for category in site.categories %} <h1><a class="category" href="{{ site.baseurl }}/{{ category[0] | slugify: 'pretty' }}">{{ category[0] }}</a></h1> + <hr> <ul> {% for post in category[1] %} <li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%Y-%m-%d" }} — {{ post.title }}</a></li> |