_layouts/default.html in jekyll-theme-squire-0.1.2 vs _layouts/default.html in jekyll-theme-squire-0.1.3
- old
+ new
@@ -1,19 +1,38 @@
-{{ content }}
+<!DOCTYPE html>
+<html lang="{{ page.lang | default: site.lang | default: "en" }}">
+
+ {%- include head.html -%}
+
+ <body>
+
+ {%- include header.html -%}
+
+ <main class="page-content" aria-label="Content">
+ <div class="wrapper">
+ {{ content }}
+ </div>
+ </main>
+
+ {%- include footer.html -%}
+
+ </body>
+
+</html>
\ No newline at end of file