_layouts/default.html in jekyll-theme-czechitas-0.2.1 vs _layouts/default.html in jekyll-theme-czechitas-0.2.2
- old
+ new
@@ -1,12 +1,24 @@
-{{ content }}
+---
+layout: html
+---
+
+{% include header.html %}
+
+<main class="page-content" aria-label="Content">
+ <div class="wrapper">
+ {{ content }}
+ </div>
+</main>
+
+{% include footer.html %}