--- layout: base css_package: blog ---
{% if page.image %} {% assign image_path = page.image | remove_first: "/assets/images/" %} {% picture header_image {{image_path}} %} {% 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 | remove_first: "/assets/images/" %} {% else %} {% assign author_image = site.avatar_placeholder | remove_first: "/assets/images/" %} {% endif %} {% picture author_thumbnail {{author_image}} --alt {{author_image_alt}} %}

{{author_name}}


{{page.date | date: "%A, %B %-d, %Y"}}

{% include blog/read_time.html %}
{{ content }} {% include blog/post_series.html %}
{% include blog/disqus_comments.html %}
{% include_cached blog/post_sidebar.html %}