diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 21:30:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 21:30:32 +0300 |
commit | 15a3494971413fabea8fe5746e84a4b864dd5ddf (patch) | |
tree | ab5f50e438929483e84f5f2487caad6962893080 /_includes/posts | |
parent | bootstrap: boost font to 16px (diff) | |
download | jekyll-theme-15a3494971413fabea8fe5746e84a4b864dd5ddf.tar.gz jekyll-theme-15a3494971413fabea8fe5746e84a4b864dd5ddf.zip |
remove <hr> tags where unnecessary
I really stopped liking them, too much vertical whitespace.
Diffstat (limited to '')
-rw-r--r-- | _includes/posts/feed.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_includes/posts/feed.html b/_includes/posts/feed.html index c123ceb..b273b5a 100644 --- a/_includes/posts/feed.html +++ b/_includes/posts/feed.html @@ -15,7 +15,6 @@ </div> </div> {{ post.excerpt | markdownify }} - <hr/> {% endfor %} <div class="text-center"> {% include posts/paginator.html %} |