Index file for news
This commit is contained in:
parent
f150ae209e
commit
02d6d77964
|
@ -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>
|
Loading…
Reference in New Issue