Published
{{ page.date | date_to_long_string }}
{% if page.updated %}
Updated
{{ page.updated | date_to_long_string }}
{% endif %}
{% if page.categories %}
{% if page.categories.size == 1 %}Category{% else %}Categories{% endif %}
{% for category in page.categories %}
{{ category }}
{% endfor %}
{% endif %}
{% unless page.tags == empty %}
Tags
{% assign tags_list = page.tags %}
{% include JB/tags_list %}
{% endunless %}