drewcassidy.me/_layouts/collection.html

27 lines
489 B
HTML

<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<meta property="og:type" content="website"/>
</head>
<body>
<header>
<a href="/" id="name"><b>Andrew Cassidy</b></a>
<span class="slash">/</span> {{ page.title }}
<span class="slash">/</span>
</header>
<div id="box">
{% include sidebar.html %}
<main id="content">
{{ content }}
</main>
</div>
<!--{% include footer.html %}-->
</body>
</html>