--- layout: base css_package: blog ---
{% if page.strap_image %}
{% assign image_path = page.strap_image %} {% capture image_alt %}{{page.title}} background image{% endcapture %} {% picture header_image {{image_path}} --alt {{image_alt}} %}
{% endif %}

{{page.title}}

{% assign author = site.authors | where: "username", page.author | first %} {% assign author-url = author.url %} {% assign author_name = author.name %} {% capture author_image_alt %}{{author_name}} image{% endcapture %} {% if author.image %} {% assign author_image = author.image %} {% else %} {% assign author_image = site.avatar_placeholder %} {% endif %}
{{author_name}}
|
{{ content }} {% include blog/post_series.html %}
{% include blog/disqus_comments.html %}
{% include_cached blog/post_sidebar.html %}