tale/_layouts/default.html

23 lines
350 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="container">
2017-03-11 05:09:18 +00:00
<header>
<a href="{{ site.baseurl }}/" title="Home">
<h2>{{ site.title }}</h2>
</a>
<h4>{{ site.subtitle }}</h4>
</header>
<main>
{{ content }}
</main>
</div>
</body>
</html>