layout: default


{% include breadcrumbs.html %} <article>

<h1>{{ page.title }}</h1>
{% include info.html %}
{{ content }}
{% include share.html %}

</article> <div class=“post-navigation”>

{% if page.previous.url %}
  <a class="prev" href="{{ page.previous.url | relative_url }}">&laquo; {{page.previous.title}}</a>
{% endif %}
{% if page.next.url %}
  <a class="next" href="{{page.next.url | relative_url }}">{{page.next.title}} &raquo;</a>
{% endif %}

</div>

{% include comments.html %}