Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 17, 2025
1 parent 0ac57a3 commit feec3a3
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->

{%- include head.html -%}
<body>
{%- include header.html -%}

<body>
<div class="content">
<div class="container">
{{ content }}
</div>
</div><!-- end .content -->

{%- include header.html -%}
{%- include footer.html -%}
{%- include scripts.html -%}

<div class="content">
<div class="container">
{{ content }}
</div>
</div><!-- end .content -->

{%- include footer.html -%}
{%- include scripts.html -%}

</body>

</html>
</body>
</html>

0 comments on commit feec3a3

Please sign in to comment.