{% if page.category %} {%- assign category_slug = page.category | slugify -%} {%- assign category_url = site.jekyll-archives.permalinks.category -%} {{- page.category -}} {% endif %} {% if page.title != "" %} {{ page.title }} {% endif %} {{ page.date | date: site.steve.date_formats.post }} {% if page.author %} {% assign author = site.data.authors[page.author] %} {% if author.url %} {{ author.name }} {% else %} {{ page.author }} {% endif %} {% endif %} {% if page.image %} {% endif %} {{ page.content }} {% if page.tags.size > 0 %} {% endif %}