Skip to content

Commit

Permalink
Sectionate post layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelicWizard committed Jan 14, 2022
1 parent d5bbd88 commit fac4804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
layout: default
---

<div class="post">
<section class="post">
<h2 class="post-title">{{ page.title }}</h2>
<div class="post-line"></div>
<hr class="post-line"/>

{{ content }}

</div>
</section>

<div class="pagination">
{% if page.next.url %}
Expand Down

0 comments on commit fac4804

Please sign in to comment.