mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-25 17:38:48 +03:00
@@ -3,17 +3,20 @@ layout: compress
|
|||||||
---
|
---
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ site | smartify | strip_html | normalize_whitespace }}">
|
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{% include header.html %}
|
<main class="wrapper">
|
||||||
{% include icons.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<section class="main">
|
<div class="content">
|
||||||
{{ content | normalize_whitespace }}
|
{{ content }}
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
|
{% include footer.html %}
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user