initial commit

This commit is contained in:
Pat Dryburgh
2018-07-30 18:11:43 -07:00
commit c9ddf7a307
28 changed files with 1612 additions and 0 deletions

22
_layouts/post.html Normal file
View File

@ -0,0 +1,22 @@
---
layout: default
---
<a href="{{ "/" | prepend: site.baseurl }}" class="back-link">
&#10094; Home
</a>
<article>
<h1>
{{ page.title }}
</h1>
{{ content }}
<div class="article-meta">
<div>{{ page.author }}</div>
<div class="post-date">{{ page.date | date: "%B %-d, %Y" }}</div>
</div>
</article>