maggioni.xyz/_layouts/main.html

19 lines
417 B
HTML
Raw Normal View History

2021-01-20 14:27:52 +00:00
<!-- vim: set ts=2 sw=2 et tw=80: -->
2016-07-07 19:05:01 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
2021-01-20 14:27:52 +00:00
<body>
<header class="header">
<nav class="head navbar container">
2021-01-22 17:49:05 +00:00
<h1 class="title container"><a href="/">{{ site.title }}</a></h1>
2021-01-20 14:27:52 +00:00
{% include header.html %}
</section>
</header>
<main class="container">
{{ content }}
</main>
{% include footer.html %}
</body>
2016-07-07 19:05:01 +00:00
</html>