nicojensen.de/_layouts/default.html
Nico Jensen 636fc5ae06 some changes
Add new compress
Change header
edit errorpage
2019-03-25 13:54:51 +01:00

17 lines
No EOL
280 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="de" class="no-js page-home">
{% include head.html %}
</head>
<body>
{% include header.html %}
{% include navigation.html %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>