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

39 lines
924 B
HTML
Raw Normal View History

2019-03-28 23:40:33 +00:00
---
---
2019-03-16 20:25:32 +00:00
<!doctype html>
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-06-03 13:04:09 +00:00
{% if page.idwkshp %}
2019-03-28 23:40:33 +00:00
{% include head/custom.html %}
2019-06-03 13:04:09 +00:00
{% endif %}
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-03-21 03:31:15 +00:00
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 %}
<div class="page__footer">
<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>