mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-10-04 01:18:42 -04:00
upgrade to current mm
This commit is contained in:
parent
ed490f58d3
commit
d9d1d46cf6
37 changed files with 12083 additions and 7169 deletions
|
@ -2,16 +2,20 @@
|
|||
---
|
||||
|
||||
<!doctype html>
|
||||
<!--
|
||||
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
|
||||
-->
|
||||
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
||||
<head>
|
||||
{% include head.html %}
|
||||
{% if page.idwkshp %}
|
||||
{% include head/custom.html %}
|
||||
{% endif %}
|
||||
</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 %}
|
||||
|
||||
|
@ -25,7 +29,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="page__footer">
|
||||
<div id="footer" class="page__footer">
|
||||
<footer>
|
||||
{% include footer/custom.html %}
|
||||
{% include_cached footer.html %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue