jekyll/docs/pages/news.html

11 lines
140 B
HTML

---
layout: news
title: News
permalink: /news/
author: all
---
{% for post in site.posts -%}
{% include news_item.html -%}
{% endfor -%}