aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 21:30:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 21:30:32 +0300
commit15a3494971413fabea8fe5746e84a4b864dd5ddf (patch)
treeab5f50e438929483e84f5f2487caad6962893080 /_layouts
parentbootstrap: boost font to 16px (diff)
downloadjekyll-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 '_layouts')
-rw-r--r--_layouts/page.html1
-rw-r--r--_layouts/post.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 090100f..11c37a1 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,5 +2,4 @@
layout: default
---
<h1>{{ page.title }}</h1>
-<hr/>
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html
index 133a95b..740da65 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -13,4 +13,3 @@ layout: default
</div>
</div>
{{ content }}
-<hr/>