--- layout: default ---

{{ page.title | capitalize | replace: "-", " " }}

{% for post in paginator.posts %} {% unless post.categories contains 'bits' %}

{{ post.title }}

{{ post.description }}Read more…


{% endunless %} {% endfor %} {% include pagination.html %}