0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

Layers of a new theme

Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
Valentin Popov
2018-04-07 09:17:54 +00:00
parent 7bc283dc5e
commit a646efb49b
3 changed files with 45 additions and 47 deletions

View File

@ -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>