Skip to content

Commit

Permalink
add a layout for blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Nov 28, 2017
1 parent c804e36 commit fcf0681
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
---
<h1>{{ page.title }}</h1>
<h5 class="text-muted">{{ page.date | date: '%B %d, %Y'}}</h5>
{{ page.content | markdownify }}

0 comments on commit fcf0681

Please sign in to comment.