Files
jekyll/docs/pages/news.html
2020-02-27 08:14:15 -05:00

15 lines
244 B
HTML

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