Index file for news

This commit is contained in:
Parker Moore 2013-05-12 14:40:12 +02:00
parent f150ae209e
commit 02d6d77964
1 changed files with 15 additions and 0 deletions

15
site/news/index.md Normal file
View File

@ -0,0 +1,15 @@
---
layout: news
title: News
permalink: /news/
author: all
---
<div class="grid">
{% for post in site.posts %}
<div class="unit whole center-on-mobiles">
{% include news_item.html %}
</div>
{% endfor %}
<div class="clear"></div>
</div>