drewcassidy.me/_layouts/home.html

30 lines
547 B
HTML
Raw Normal View History

2017-11-15 06:49:46 +00:00
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<meta property="og:type" content="website"/>
</head>
2017-11-24 22:33:51 +00:00
<body>
<div id="page">
<header>
<a href="/" id="name"><b>Andrew Cassidy</b></a>
<span class="slash">/</span> {{ page.title }}
</header>
2017-11-24 22:33:51 +00:00
<div id="box">
{% include sidebar.html %}
2017-11-15 06:49:46 +00:00
<main id="content">
{{ content }}
</main>
</div>
</div>
<footer>
{% include footer.html %}
</footer>
2017-11-24 22:33:51 +00:00
</body>
</html>