|
---
|
|
layout: news
|
|
title: Releases
|
|
permalink: /news/releases/
|
|
author: all
|
|
---
|
|
|
|
{% for post in site.categories.release -%}
|
|
{% if forloop.index == 1 -%}
|
|
{% include news_item.html -%}
|
|
{% else -%}
|
|
{% include news_item_archive.html -%}
|
|
{% endif -%}
|
|
{% endfor -%}
|