templates
This commit is contained in:
11
_layouts/page.html
Normal file
11
_layouts/page.html
Normal 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>
|
Reference in New Issue
Block a user