drewcassidy.me/_layouts/post.html

24 lines
480 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<header>
<a href="/" id="name"><b>Andrew Cassidy</b></a>
<span class="slash">/</span>
<a href="/Blog" class="dir">Blog</a>
<span class="slash">/</span>
{{ page.title }}
</header>
<main>
{% include sidebar.html %}
<article id="content">
{{ content }}
</article>
</main>
<!--{% include footer.html %}-->
</body>
</html>