--- layout: default title: "Bluedobie Dialogues" permalink: /blog/ ---

{{ site.brand.blog_name | default: "Bluedobie Dialogues" }}

{% for post in site.posts %}
{% if post.image %} {{ post.title | escape }} {% endif %}

{{ post.title }}

{{ post.excerpt | default: post.content | strip_html | truncate: 140 }}

{{ post.date | date: "%b %e, %Y" }}
{% endfor %}