---
layout: default
---
{% assign primary_title = site.headings.authors %}
{% assign xlayout_class = 'sidebar-right' %}
{% include copy_banner.html %}
{% capture content %}
Posts by {{page.name}}
{% assign filtered_posts = site.posts | where: 'authors', page.short_name %}
{% for post in filtered_posts %}
- {{ post.title }}
{% endfor %}
{% endcapture %}
{% capture content_related %}
{% assign author = page %}
{%- include author_panel.html author=author -%}
{% endcapture %}
{% include base_3col.html %}