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

17
_layouts/post.html Normal file
View File

@ -0,0 +1,17 @@
---
layout: default
---
<article class="post">
<h1>{{ page.title }}</h1>
<div class="entry">
{{ content }}
</div>
<div class="date">
Written on {{ page.date | date: "%B %e, %Y" }}
</div>
{% include disqus.html %}
</article>