diff --git a/_layouts/default.html b/_layouts/default.html index 8b7b2c3..a9876ca 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,16 +2,24 @@ {% include head.html %} - {% include header.html %} - -
-
- {{ content }} -
-
-
- {% include footer.html %} -
- {% include include_js.html %} +
+ +
+ +
+
+ {{ content }} +
+
+
+ +
+ {% include include_js.html %} diff --git a/_sass/_site.scss b/_sass/_site.scss index 52bb4c6..028d26a 100644 --- a/_sass/_site.scss +++ b/_sass/_site.scss @@ -14,6 +14,30 @@ body { margin:0; } +html, +body { + margin:0; + padding:0; + height:100%; +} + +#wrapper { + min-height:100%; + position:relative; +} + +#content { + padding:10px; + padding-bottom:60px; /* Height of the footer */ +} + +#footer { + position:absolute; + bottom:0; + width: 100%; + } + + .navbar-toggler { outline: none !important; border: none !important;