summaryrefslogtreecommitdiffstats
path: root/blog.html
blob: 9f7da1f40c4e7c66275dc70cfcb4a676d3dfdbb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
%include partials/head.html
<title>~/blog/</title>
<link href="main.css" rel="stylesheet">
</head>

<body>
%include partials/header.html
<div class="content">
	<section id="blog">
		<h2>Blog</h2>
		<p>These are not the droids you are looking for.</p>
	</section>
</div>
%include partials/footer.html
</body>
</html>