site/_includes/themes/apache-clean/post.html [1:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ page.date | date_to_long_string }}
{{ content }}
{% unless page.categories == empty %}
{% assign categories_list = page.categories %}
{% include JB/categories_list %}
{% endunless %}
{% unless page.tags == empty %}
{% assign tags_list = page.tags %}
{% include JB/tags_list %}
{% endunless %}
{% include JB/comments %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
site/_includes/themes/apache/post.html [1:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ page.date | date_to_long_string }}
{{ content }}
{% unless page.categories == empty %}
{% assign categories_list = page.categories %}
{% include JB/categories_list %}
{% endunless %}
{% unless page.tags == empty %}
{% assign tags_list = page.tags %}
{% include JB/tags_list %}
{% endunless %}
{% include JB/comments %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -