<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="content-type" content="text/html; charset=utf-8">
		<title>Josh Stockin - $title</title>
		<meta property="og:title" content="Josh Stockin - $title" />
		<meta property="og:description" content="$summary" />
		<meta property="og:type" content="website" />
		<meta property="og:image" content="$banner" />
		<meta property="og:url" content="https://joshstock.in$permalink" />
		<style>$css</style>
		<meta name="viewport" content="width=device-width, initial-scale=1">
	</head>
	<body>
		<div class="blog-center">
			<span><a href="/blog">← Back to archive</a></span>
			<h1>Josh Stockin</h1>
			<img class="blog-banner" style="background-image: url($banner)"/>
			<h2>$title</h2>
			<p><code>$date</code></p>
			$content
			<p><a href="$permalink">Permalink</a></p>
			<code id="copyright">$copyright</code>
		</div>
	</body>
</html>