maggioni.xyz/_layouts/main.html
Claudio Maggioni (maggicl) 6371d64e64 New light monospace theme
2021-01-20 15:27:52 +01:00

18 lines
391 B
HTML

<!-- vim: set ts=2 sw=2 et tw=80: -->
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<header class="header">
<nav class="head navbar">
<h1 class="title container">{{ site.title }}</h1>
{% include header.html %}
</section>
</header>
<main class="container">
{{ content }}
</main>
{% include footer.html %}
</body>
</html>