aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-12-16 17:11:46 +0300
committerValentin Popov <info@valentineus.link>2018-12-16 17:11:56 +0300
commit55683500ee58c0e5a6a1ad6e14b3349b531e36f8 (patch)
tree1b0c5649e5bc36533e3ba92b4c2560dc13a1ae27 /_layouts/post.html
parentd53231853aa812ab0507e0386a03bb768c7dca74 (diff)
downloadpopov.link-55683500ee58c0e5a6a1ad6e14b3349b531e36f8.tar.xz
popov.link-55683500ee58c0e5a6a1ad6e14b3349b531e36f8.zip
fix(pages): Catching visual headline
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 6273958..9362173 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -8,6 +8,7 @@ layout: default
<header>
<h1 aria-level="1" role="heading">
{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
+ <hr />
</h1>
</header>