tale/_layouts/default.html
Chester How 6273da517e Initial commit
Set up basic Jekyll files
2017-03-10 13:20:17 +08:00

21 lines
316 B
HTML

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="container">
<h3>
<a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a>
<small>{{ site.tagline }}</small>
</h3>
<main>
{{ content }}
</main>
</div>
</body>
</html>