From 5a648c6a108073f7ac6dc8b3276e413e4157e7c4 Mon Sep 17 00:00:00 2001
From: Valentin Popov <info@valentineus.link>
Date: Wed, 18 Apr 2018 01:03:03 +0400
Subject: Root template

---
 _layouts/default.html | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

(limited to '_layouts')

diff --git a/_layouts/default.html b/_layouts/default.html
index ce2a241..7ec0764 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,22 +5,14 @@ layout: compress
 <!DOCTYPE html>
 <html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
 
-{% include head.html %}
+  {% include head.html %}
 
-<body>
-  <main class="wrapper">
-    <nav class="navigation">
-      {% include header.html %}
-    </nav>
-
-    <div class="content">
+  <body>
+    <main class="container">
       {{ content }}
-    </div>
+    </main>
 
-    <footer class="footer">
-      {% include footer.html %}
-    </footer>
-  </main>
-</body>
+    {% include footer.html %}
+  </body>
 
 </html>
-- 
cgit v1.2.3