11 lines
137 B
HTML
11 lines
137 B
HTML
---
|
|
layout: news
|
|
title: News
|
|
permalink: /news/
|
|
author: all
|
|
---
|
|
|
|
{% for post in site.posts %}
|
|
{% include news_item.html %}
|
|
{% endfor %}
|