--- layout: default --- {% include views/post-header.html %} {{ content }} {% include views/share-buttons.html %}
{%- if page.previous -%} {%- else -%} {%- endif -%} {%- if page.next -%} {%- else -%} {%- endif -%}

Related Articles

    {% assign posts = site[page.collection] | sample:4 %} {%- for post in posts -%}
  1. {{ post.title | escape | truncatewords: 12 }}
  2. {%- endfor -%}
{%- if page.comments != false -%} {%- if site.disqus.shortname -%} {%- include extensions/comments/disqus.html -%} {%- endif -%} {%- if site.gitment.username -%} {%- include extensions/comments/gitment.html -%} {%- endif -%} {%- endif -%}