aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/page.html
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/page.html
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/page.html')
-rw-r--r--_layouts/page.html1
1 files changed, 0 insertions, 1 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 }}