Skip to content

Commit 73ca2a5

Browse files
committed
Add section to default layout
1 parent 1209e6e commit 73ca2a5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_layouts/default.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{% include header.html %}
2-
<div class="container content">
3-
{{ content }}
4-
</div>
2+
<section class="section">
3+
<div class="container content">
4+
{{ content }}
5+
</div>
6+
</section>
57
{% include footer.html %}

0 commit comments

Comments
 (0)