--- a +++ b/docs/news/index.html @@ -0,0 +1,10 @@ +--- +layout: news +title: News +permalink: /news/ +author: all +--- + +{% for post in site.posts %} + {% include news_item.html %} +{% endfor %}