{% include header.html %}
{% include navigation.html %}

{{ page.title }}

posted on {{ page.date | date: "%-d %b %Y" }} by Ahmad Shuami {{ content }} {% if page.categories.size > 0 %}

Categories:  {% for category in page.categories %} {{category}}  {% endfor %}

{% endif %} {% if site.disqus_username and page.comments or site.comments %}
{% include discussion.html %} {% endif %}
{% include footer.html %}