This commit is contained in:
rzen
2019-07-21 22:16:23 -04:00
commit 8853b7c668
48 changed files with 1682 additions and 0 deletions

8
_layouts/page.html Normal file
View File

@ -0,0 +1,8 @@
---
layout: base
---
<main>
<article>
{{ content }}
</article>
</main>