Add news_item layout for each post

This commit is contained in:
Parker Moore 2013-07-06 14:36:02 +02:00
parent ca6f3614a4
commit d8cf817b85
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
layout: news
---
<div class="grid">
<div class="unit whole entry">
<div class="post single">
<p class="post-content">
{{ content }}
</p>
<p class="post-details">
Posted on {{ page.date | date_to_string }}
by <a href="https://github.com/{{ page.author }}">@{{ page.author }}</a>,
filed in {{ page.categories | array_to_sentence_string }}
</p>
</div>
</div>
<div class="clear"></div>
</div>