Skip to content

Commit

Permalink
Create post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
madhugopinathan authored Aug 22, 2016
1 parent e0fda46 commit b5381f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: default
---
<h1>{{ page.title }}</h1>
<p class="meta">{{ page.date | date_to_string }}</p>

<div class="post">
{{ content }}
</div>

0 comments on commit b5381f6

Please sign in to comment.