--- layout: page comments: false --- {% include JB/setup %} {% for post in site.posts %} {% if forloop.first %}

{{ post.title }}

{{ post.content }}

Published: {{ post.date | date: '%B' }} {{ post.date | date: '%d' }} {{ post.date | date: '%Y' }}

  • category:
  • {% assign categories_list = post.categories %} {% include JB/categories_list %}
  • tags:
  • {% assign tags_list = post.tags %} {% include JB/tags_list %}
{% endif %} {% endfor %}