---
layout: page
title: Musings
background: '/img/bg-blog.jpg'
---
{% for post in paginator.posts %}
{{ post.title }}
{% if post.subtitle %}
{{ post.subtitle }}
{% else %}
{{ post.excerpt | strip_html | truncatewords: 15 }}
{% endif %}