Skip to content

Commit

Permalink
jirelations#49 Update whitespace for default.html layout
Browse files Browse the repository at this point in the history
  • Loading branch information
LeNPaul committed May 27, 2021
1 parent f1b11fa commit 5abad3e
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
<!doctype html>
<html>

{% include head.html %}

<body>

<div class="container">
{% include header.html %}
<div class="posts-wrapper">
{{ content }}
</div>
{% include footer.html %}
</div>

</body>
{% include head.html %}
<body>
<div class="container">
{% include header.html %}
<div class="posts-wrapper">
{{ content }}
</div>
{% include footer.html %}
</div>
</body>
</html>

0 comments on commit 5abad3e

Please sign in to comment.