Import laphack page

This commit is contained in:
Arti Zirk
2018-07-16 23:46:24 +03:00
parent f268594287
commit b0b147551d
38 changed files with 740 additions and 937 deletions

View File

@@ -1,20 +1,6 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{% include head.html %}
<body>
{% include header.html %}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
</div>
</main>
{% include footer.html %}
</body>
<!doctype html>
{% include head.html %}
{% include header.html %}
{{ content }}
{% include footer.html %}
</html>