--- layout: default disqus: false archive: false post_class: post-template ---
{% include share.html %}
{% assign author = site.authors[page.author] %}
{% if page.author %}
{% if author.avatar %} {{ author.display_name }} {% else %} {{ author.display_name }} {% endif %}
{{ author.display_name }} {{ author.description }}
{% endif %}

{{ page.title }}

{% if site.adsense == "enabled" %} {% include adsense-under-header.html %} {% endif %} {% if page.image %} {% if site.lazyimages == "enabled" %} {{ page.title }} {% else %} {{ page.title }} {% endif %} {% endif %}
{% if page.toc %} {% if page.beforetoc %}

{{page.beforetoc}}

{% endif %}

Summary

{% include toc.html html=content %}
{% endif %} {{content}}
{% if page.rating %}
Rating: {% include star_rating.html %}
{% endif %}

{% if page.last_modified_at %} (Updated: ) {% endif %}

    {% assign sortedCategories = page.categories | sort %} {% for category in sortedCategories %}
  • {{ category }}
  • {% endfor %}
{% if page.comments != false %}
{% include disqus.html %}
{% endif %} {% if page.rating %} {% endif %}