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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user