This commit is contained in:
2019-11-14 17:43:12 -08:00
commit 228697c326
13 changed files with 490 additions and 0 deletions

9
_layouts/page.html Normal file
View File

@@ -0,0 +1,9 @@
---
layout: base
---
<section id="page" class="container">
{{ content }}
</section>
<footer id="bodyfooter">
{% include bodyfooter.html %}
</footer>