danielrayjones/_layouts/default.html

16 lines
351 B
HTML
Raw Normal View History

2017-06-04 22:05:40 -05:00
<!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>