big import, copied over most of the old site content
This commit is contained in:
22
_layouts/default.html
Normal file
22
_layouts/default.html
Normal 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 %}
|
||||
|
||||
Reference in New Issue
Block a user