big import, copied over most of the old site content

This commit is contained in:
2021-04-22 20:47:25 +02:00
parent 8d1158837d
commit a60e295cea
56 changed files with 7688 additions and 0 deletions

22
_layouts/default.html Normal file
View File

@@ -0,0 +1,22 @@
{% include header.html %}
</div>
<!-- Main -->
<div class="wrapper">
<div class="container" id="main">
<!-- Content -->
<article id="content">
<header>
<h2>{{ page.title }}</h2>
{% if page.subtitle %}<p>{{ page.subtitle }}</p>{% endif %}
</header>
{{ content }}
</article>
</div>
</div>
{% include footer.html %}