layout: default


<h1>{{ page.title }}</h1> <p>{{ page.date | date_to_long_string }}</p>

{{ content }}

{% if site.include_related_posts %} <h3>Related Posts</h3> <ul>

{% for post in site.related_posts limit:5 %}
  <li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}

</ul> {% endif %}

{% if site.disqus.shortname %}

{% include disqus_comments.html %}

{% endif %}