aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-04-18 00:03:03 +0300
committerValentin Popov <info@valentineus.link>2018-04-18 00:03:03 +0300
commit5a648c6a108073f7ac6dc8b3276e413e4157e7c4 (patch)
treeefdce9f8a90b6cf06a7557070b8a8a7fabf4c138
parentaf7ce99b07bbff67cec60258d99b01685a043a52 (diff)
downloadpopov.link-5a648c6a108073f7ac6dc8b3276e413e4157e7c4.tar.xz
popov.link-5a648c6a108073f7ac6dc8b3276e413e4157e7c4.zip
Root template
-rw-r--r--_layouts/default.html20
1 files changed, 6 insertions, 14 deletions
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>