diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 9362173..9d63a38 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,21 +3,12 @@ layout: default --- <article> + <hr /> - <!-- Header --> - <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> - - <!-- Content --> <section role="article"> {{ content }} </section> <!-- Comments --> {% include disqus.html %} - </article> |