_layouts/default.html in jekyll-theme-simpleton-0.9.0 vs _layouts/default.html in jekyll-theme-simpleton-0.10.0
- old
+ new
@@ -2,19 +2,19 @@
<html lang="{{ page.lang | default: site.lang | default: 'en' }}">
{%- include head.html -%}
<body>
- <div id="layout">
+ <div id="layout">
- {%- include header.html -%}
+ {%- include header.html -%}
- <main id="main">
- {{- content -}}
- </main> <!-- #main -->
+ <main id="main">
+ {{- content -}}
+ </main> <!-- #main -->
- {%- include footer.html -%}
+ {%- include footer.html -%}
- </div> <!-- #layout -->
+ </div> <!-- #layout -->
</body>
</html>