hacks-guide-minimal-mistake.../_layouts/default.html

32 lines
481 B
HTML
Raw Normal View History

---
layout: compress
---
{% include base_path %}
2016-02-22 16:46:49 -05:00
<!DOCTYPE html>
<html lang="{{ site.locale | slice: 0,2 }}" class="no-js">
2016-02-22 21:22:07 -05:00
<head>
{% include head.html %}
{% include head/custom.html %}
2016-02-22 21:22:07 -05:00
</head>
2016-02-22 21:44:55 -05:00
<body>
2016-02-22 21:22:07 -05:00
{% include browser-upgrade.html %}
{% include masthead.html %}
2016-02-22 21:22:07 -05:00
{{ content }}
2016-02-22 16:46:49 -05:00
2016-03-11 15:55:06 -05:00
<div class="page__footer">
2016-02-22 21:22:07 -05:00
<footer>
{% include footer.html %}
2016-02-22 21:22:07 -05:00
</footer>
2016-03-11 15:55:06 -05:00
</div>
2016-02-22 16:46:49 -05:00
{% include scripts.html %}
2016-03-21 14:11:39 -04:00
{% include footer/custom.html %}
2016-02-22 16:46:49 -05:00
2016-02-22 21:22:07 -05:00
</body>
2016-02-22 16:46:49 -05:00
</html>