Skip to content

Commit c5ea570

Browse files
committed
Sectionate post layout
1 parent 4f8ca7f commit c5ea570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/post.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
layout: default
33
---
44

5-
<div class="post">
5+
<section class="post">
66
<h2 class="post-title">{{ page.title }}</h2>
7-
<div class="post-line"></div>
7+
<hr class="post-line"/>
88

99
{{ content }}
1010

11-
</div>
11+
</section>
1212

1313
<div class="pagination">
1414
{% if page.next.url %}

0 commit comments

Comments
 (0)