{{ page.title }} {% if page.tagline %}{{page.tagline}}{% endif %}
{% assign d = page.date | date: "%d" | plus:'0' %}
{{ page.date | date: "%B" }}
{% case d %}
{% when 1 or 21 or 31 %}{{ d }}st,
{% when 2 or 22 %}{{ d }}nd,
{% when 3 or 23 %}{{ d }}rd,
{% else %}{{ d }}th,
{% endcase %}
{{ page.date | date: "%Y" }}
{% include JB/comments %}
{{ content }}
{% unless page.categories == empty %}
- {% assign categories_list = page.categories %} {% if categories_list.first[0] == null %} {% for category in categories_list %}
- {{ category | join: "/" }} ({{ site.categories[category].size }}) {% unless forloop.last %},{% endunless %} {% endfor %} {% else %} {% for category in categories_list %}
- {{ category[0] | join: "/" }} /{{ category[1].size }}) {% endfor %} {% endif %}
- {% assign tags_list = page.tags %} {% if tags_list.first[0] == null %} {% for tag in tags_list %}
- {{ tag }} ({{ site.tags[tag].size }}) {% unless forloop.last %},{% endunless %} {% endfor %} {% else %} {% for tag in tags_list %}
- {{ tag[0] }} ({{ tag[1].size }}) {% unless forloop.last %},{% endunless %} {% endfor %} {% endif %} {% assign tags_list = nil %}
-
{% if page.previous %}
- ← Previous {% else %}
- ← Previous {% endif %} {% if page.next %}
- Next → {% else %}
- Next → {% endif %}
{% include JB/comments %}