Guide_Wii/_layouts/default.html

43 lines
1.2 KiB
HTML
Raw Normal View History

2016-10-29 19:02:14 -04:00
---
---
<!doctype html>
2017-10-28 15:01:13 -05:00
<!--
2019-07-05 20:29:38 -05:00
Minimal Mistakes Jekyll Theme 4.16.4 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
2017-10-28 15:01:13 -05:00
Free for personal and commercial use under the MIT license
2019-07-05 20:29:38 -05:00
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
2017-10-28 15:01:13 -05:00
-->
2016-10-29 19:02:14 -04:00
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
<head>
{% include head.html %}
{% include head/custom.html %}
</head>
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
2019-07-05 20:29:38 -05:00
{% include_cached skip-links.html %}
{% include_cached browser-upgrade.html %}
{% include_cached masthead.html %}
2016-10-29 19:02:14 -04:00
2019-07-05 20:29:38 -05:00
<div class="initial-content">
{{ content }}
</div>
2016-10-29 19:02:14 -04:00
2019-07-05 20:29:38 -05:00
{% if site.search == true %}
<div class="search-content">
{% include_cached search/search_form.html %}
</div>
{% endif %}
2016-10-29 19:02:14 -04:00
2019-07-05 20:29:38 -05:00
<div id="footer" class="page__footer">
2016-10-29 19:02:14 -04:00
<footer>
{% include footer/custom.html %}
2019-07-05 20:29:38 -05:00
{% include_cached footer.html %}
2016-10-29 19:02:14 -04:00
</footer>
</div>
{% include scripts.html %}
</body>
</html>