diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-07 12:17:54 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-07 12:17:54 +0300 |
commit | a646efb49b9fe1ccdfe948f7a9bb4d3e6b1b56a4 (patch) | |
tree | 51b03dcccd4a6a95ec90073c3b667ffa36bde83c /_layouts/default.html | |
parent | 7bc283dc5e848c93f502da16bd6326be4007baf5 (diff) | |
download | popov.link-a646efb49b9fe1ccdfe948f7a9bb4d3e6b1b56a4.tar.xz popov.link-a646efb49b9fe1ccdfe948f7a9bb4d3e6b1b56a4.zip |
Layers of a new theme
Signed-off-by: Valentin Popov <valentineus@gmail.com>
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index b1ca412..7fa5693 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,21 +3,16 @@ layout: compress --- <!DOCTYPE html> -<html lang="ru"> +<html lang="{{ site | smartify | strip_html | normalize_whitespace }}"> {% include head.html %} <body> {% include header.html %} - {% include icons.html %} <section class="main"> - <div class="container"> - <div class="content"> - {{ content | normalize_whitespace }} - </div> - </div> + {{ content | normalize_whitespace }} </section> </body> |