Fork files from barryclark/jekyll-now.

This commit is contained in:
mattbk
2017-03-09 12:28:34 -06:00
parent aa621b983f
commit 15002dc406
24 changed files with 698 additions and 0 deletions

12
_layouts/page.html Normal file
View File

@ -0,0 +1,12 @@
---
layout: default
---
<article class="page">
<h1>{{ page.title }}</h1>
<div class="entry">
{{ content }}
</div>
</article>