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

42 lines
1.1 KiB
HTML
Raw Normal View History

2019-03-28 19:40:33 -04:00
---
---
2019-03-16 16:25:32 -04:00
<!doctype html>
2019-07-09 00:14:28 -04:00
<!--
2023-02-10 04:44:06 -05:00
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
2019-07-09 00:14:28 -04:00
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
2019-03-28 19:40:33 -04:00
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
2019-03-16 16:25:32 -04:00
<head>
2019-03-28 19:40:33 -04:00
{% include head.html %}
2023-02-10 04:44:06 -05:00
{% include head/custom.html %}
2019-03-16 16:25:32 -04:00
</head>
2019-03-20 23:25:25 -04:00
2019-03-28 19:40:33 -04: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 00:14:28 -04:00
{% include_cached skip-links.html %}
2019-03-28 19:40:33 -04:00
{% include_cached masthead.html %}
2019-03-20 23:38:42 -04:00
2019-03-28 19:40:33 -04:00
<div class="initial-content">
{{ content }}
</div>
2019-03-20 23:38:42 -04:00
2019-03-28 19:40:33 -04:00
{% if site.search == true %}
<div class="search-content">
{% include_cached search/search_form.html %}
</div>
{% endif %}
2019-07-09 00:14:28 -04:00
<div id="footer" class="page__footer">
2019-03-28 19:40:33 -04:00
<footer>
{% include footer/custom.html %}
{% include_cached footer.html %}
</footer>
</div>
2019-03-20 23:24:57 -04:00
2019-03-28 19:40:33 -04:00
{% include scripts.html %}
2019-03-20 23:24:57 -04:00
2019-03-18 20:25:33 -04:00
</body>
2019-03-16 16:25:32 -04:00
</html>