Filter & sort magical layouts http://isotope.metafizzy.co
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
485 B

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{{ page.title }} &middot; {{ site.name }} Demo</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
<!-- Scripts at the end of the page -->
</head>
<body>
<p id="demo-nav"><a href="../">{{ site.name }}</a> Demo</p>
<h1>{{ page.title }}</h1>
{{ content }}
<footer>
{{ site.name }} by David DeSandro / Metafizzy
</footer>
</body>
</html>