templates

This commit is contained in:
Garry Ing
2021-03-07 17:59:37 -05:00
parent 3baaf81b64
commit b80c890671
16 changed files with 134 additions and 12 deletions

11
_layouts/page.html Normal file
View File

@ -0,0 +1,11 @@
---
layout: default
---
<article class="measure-wide">
<header>
<h1 class="f-6 normal">{{ page.title | escape }}</h1>
</header>
<div class="lh-copy f5">
{{ content }}
</div>
</article>