--- layout: default title: News metasub: news ---

News Atom

{% for post in paginator.posts %}

{{ post.date | date_to_string }} - {{ post.title }}

{{ post.content }} {% endfor %}