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

35 lines
879 B
HTML
Raw Normal View History

---
---
2016-04-13 17:10:01 -04:00
<!doctype html>
<!--
Minimal Mistakes v4.2.2 by Michael Rose
mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
-->
2016-07-15 10:27:30 -04:00
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
2016-02-22 21:22:07 -05:00
<head>
2016-04-13 17:10:01 -04:00
{% include head.html %}
{% include head/custom.html %}
2016-02-22 21:22:07 -05:00
</head>
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
2016-02-22 21:22:07 -05:00
2016-04-13 17:10:01 -04:00
{% include browser-upgrade.html %}
{% include masthead.html %}
2016-02-22 21:22:07 -05:00
2016-04-13 17:10:01 -04:00
{{ content }}
2016-02-22 16:46:49 -05:00
2016-04-13 17:10:01 -04:00
<div class="page__footer">
<footer>
2016-06-06 15:16:43 -04:00
{% include footer/custom.html %}
2016-04-13 17:10:01 -04:00
{% include footer.html %}
</footer>
</div>
2016-02-22 16:46:49 -05:00
2016-04-13 17:10:01 -04:00
{% include scripts.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>