--- layout: default ---
{% include breadcrumbs.html %}
{% include sidebar.html %}

{{ page.title }}

{% if page.update.date %} Updated {{ page.update.date | date_to_long_string }} by {% if page.update.author %}{{ page.update.author }}{% else %}{{ page.author }}{% endif %} {% else %} Created {{ page.date | date_to_long_string }} by {% if page.author.name %}{{ page.author.name }}{% else %}{{ site.author.name }}{% endif %} {% endif %}

Contribute on GitHub View Project | View File | Edit File

{{ content }}
{% if page.external_resources %}

External Resources

    {% for item in page.external_resources %} {% capture link %}{{ item }}{: target="_blank"}{% endcapture %}
  • {{ link | markdownify }}
  • {% endfor %}
{% endif %}
{% if page.license %}

{% capture page_license %}{{ page.license }}{: target="_blank"}{% endcapture %} This guide is published under a {{ page_license | markdownify | remove: '

' | remove: '

' }} license.

{% endif %}
{% if page.previous.url %} Previous Post {% endif %} {% if page.next.url %} Next Post {% endif %}
{% include disqus.html %}