Standard template
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
a28dacb417
commit
08f0f5d528
@ -3,18 +3,18 @@ layout: compress
|
|||||||
---
|
---
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
|
<html class="no-js" lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{% include navbar.html %}
|
{% include navbar.html %}
|
||||||
|
|
||||||
<main>
|
<main class="container" role="main">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include javascript.html %}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user