--- layout: default title: News source: _posts/ --- {% comment %} To add a new blog/news post, please create a file in the _posts/ directory, taking the existing files as examples. {% endcomment %}
{% for post in paginator.posts %} {% include post_link.html %} {% endfor %}
{% include pagination.html %}