{{ page.date | date_to_string }} {%- if page.last_modified_at -%} ~ {%- assign mdate = page.last_modified_at | date_to_xmlschema -%} {{ mdate | date_to_string }} {%- endif -%} {%- if page.author -%} {% for author in page.author %} {{ author }} {%- if forloop.last == false %}, {% endif -%} {% endfor %} {%- endif -%} {% if page.categories.size > 0 %} {% for category in page.categories %} {% if site.categories_path %} {{ category }} / {% else %} {{ category }} / {% endif %} {% endfor %} {% endif %} {{ page.title }} {% if page.cover %} {% endif %} {{ content }} {% if page.tags.size > 0 %} {% for tag in page.tags %} {% assign slugified_tag = tag | slugify %} {% if site.tags_path %} #{{ slugified_tag }} {% else %} #{{ slugified_tag }} {% endif %} {% endfor %} {% endif %}