diff options
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> |