decentralized-id.github.io/_layouts/default.html

43 lines
1.2 KiB
HTML
Raw Normal View History

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