--- title: Posts layout: default groups: - navbar navbar_link:  Posts root_page: true --- {% if site.posts.size == 0 %}

Sorry, no posts have been added yet.

But I've made quite a few plots which you might want to check out.


{% else %} {% for post in paginator.posts %}

{{ post.title }}

 Posted on {{ post.date | date: '%-d %B %Y' }}

{{ post.excerpt }}


{% endfor %}
{% include common/paginator.html %}
{% endif %}