danielrayjones/_layouts/default.html
Dan Jones da5dd153e3 🔖🚧 Initial commit
2017-06-04 22:05:40 -05:00

15 lines
351 B
HTML

<!DOCTYPE html>
<html>
<head>
{% seo %}
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
</head>
<body {% if page.id %}id="page-{{ page.id }}"{% endif %}>
<section class="entry-content">
{{ content }}
</section>
</body>
</html>