website/_layouts/default.html
Víðir Valberg Guðmundsson 78aed191b5 Initial website (barebone jekyll)
2017-02-05 19:19:49 +01:00

20 lines
248 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>