{{ page.title }}

{{ content }}

 {{ page.date | date:"%B %e, %Y" }}

{% unless page.tags == empty %}

    {% assign tags_list = page.tags %} {% include JB/tags_list %}
{% endunless %}

{% for auth in page.author %} {% assign author = site.authors[auth] %}

{{author.name}}

{{author.company}}
  • Github
  • Twitter
  • {% endfor %}

    {% include JB/comments %}