--- layout: description ---

{{ page.title }}

{{ post.date | date_to_string }} {{content}}
Categories : {% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %} {% for category in categories %} {{category}} {% unless forloop.last %} {% endunless %} {% endfor %}
{% include share_buttons.html %}
{% if site.disqus.shortname and page.comments %}
{% include disqus_comments.html %} {% endif %}