old_blog/_layouts/default.html

13 lines
390 B
HTML
Raw Normal View History

2019-07-05 14:16:46 -04:00
<!DOCTYPE html>
<html>
2020-06-19 00:16:57 -04:00
{% include head.html %}
<body class="is-offset {% unless site.typekit_kit_id %}wf-inactive{% endunless %}">
{% include header.html %}
<section role="main">
{{ content }}
</section>
{% include footer.html %}
<script type="text/javascript" src="{{ site.baseurl }}/js/galileo.js"></script>
</body>
2019-07-05 14:16:46 -04:00
</html>