diff options
author | Valentin Popov <info@valentineus.link> | 2018-04-22 23:48:33 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-04-22 23:48:33 +0300 |
commit | 824ebd27d66b74331fa0ba90139686a175336760 (patch) | |
tree | 4448e09316d08d7d537d79d10e75d0494dd6911e /_layouts/default.html | |
parent | e678aab0299cfde636896d91a0049b2ed3213dd4 (diff) | |
download | popov.link-824ebd27d66b74331fa0ba90139686a175336760.tar.xz popov.link-824ebd27d66b74331fa0ba90139686a175336760.zip |
Improved the base layer
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 7ec0764..1030914 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,9 @@ layout: compress {% include head.html %} <body> - <main class="container"> + {% include navbar.html %} + + <main> {{ content }} </main> |