--- layout: default js-package: blog css-package: blog --- {% if page.image or page.image.path %}

{{page.title}}

{% if page.author %} {% assign author = site.authors | where: "username", page.author | first %} {% assign author-url = author.url %}
{% endif %} {% if page.co-author %} {% if site.authors %} {% assign co-author = site.authors | where: "username", page.co-author | first %} {% assign co-author-url = co-author.url %} {% endif %}
By {% if author.name %}{{author.name}}{% else %}{{page.author}}{% endif %} and {% if co-author.name %}{{co-author.name}}{% else %}{{page.co-author}}{% endif %} {% else %} By {% if author.name %}{{author.name}}{% else %}{{page.author}}{% endif %} {% endif %} {% if page.date %} {{page.date | date: "%A, %B %-d, %Y"}} {% endif %} {% if site.data.settings.blog.reading_time %} {% include read_time.html %} {% endif %}
{% endif %}
{% if site.data.settings.blog.sidebar.display-on-posts %}
{% unless page.image %} {% endunless %} {{ content }} {% include post-series.html %}
{% comment %} TAGS - Check to see if the tags_enabled setting in settings.yml data file is toggled. {% endcomment %} {% include post-tags.html %} {% comment %} COMMENTS - Check to see if comments are toggled for this particular post. {% endcomment %} {% include disqus-comments.html %}
{% if site.data.settings.blog.tags_enabled %} {% if page.tags %} {% assign post_tags = page.tags %} {% elsif page.keywords %} {% assign post_tags = page.tags %} {% else %} {% assign post_tags = "" %} {% endif %} {% else %} {% assign post_tags = "" %} {% endif %} {% include post-sidebar.html tags=post_tags post_cat=page.categories %}
{% else %}
{% unless page.image %} {% endunless %} {{ content }} {% include post-series.html %}
{% endif %}