From 536e704b5e47d72b61c91e66eea83790cacf629f Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Mon, 30 Sep 2019 14:18:44 +0300
Subject: add <hr>s where appropriate

---
 categories.html | 1 +
 1 file changed, 1 insertion(+)

(limited to 'categories.html')

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" }} &mdash; {{ post.title }}</a></li>
-- 
cgit v1.2.3