Sha256: c0c3e4d673575d968e76973fb0cc4a2cb1352db9a2ba9caff6a711ea21e56310
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
--- --- <!doctype html> <!-- Minimal Mistakes Jekyll Theme 4.22.0 by Michael Rose Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes Free for personal and commercial use under the MIT license https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE --> <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 %}"> {% include_cached skip-links.html %} {% include_cached browser-upgrade.html %} {% include_cached masthead.html %} <div class="initial-content"> {{ content }} </div> {% if site.search == true %} <div class="search-content"> {% include_cached search/search_form.html %} </div> {% endif %} <div id="footer" class="page__footer"> <footer> {% include footer/custom.html %} {% include_cached footer.html %} </footer> </div> {% include scripts.html %} </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minimal-mistakes-jekyll-4.22.0 | _layouts/default.html |