old_blog/_layouts/default.html
2020-06-19 00:52:06 -04:00

13 lines
390 B
HTML
Executable File

<!DOCTYPE html>
<html>
{% 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>
</html>