diff --git a/templates/partials/blog_item.html.twig b/templates/partials/blog_item.html.twig index 268540c..ca719fd 100644 --- a/templates/partials/blog_item.html.twig +++ b/templates/partials/blog_item.html.twig @@ -22,14 +22,12 @@ {{ page.date|date("d") }}, {{ page.date|date("M") }} - {% if page.header.author %} {{ page.header.author }} {% endif %} - {% if page.taxonomy.tag %} {% endif %} - +
@@ -62,12 +60,12 @@ {% if show_prev_next %}

- {% if not page.isFirst %} - Next Post + {% if not page.isLast %} + Previous Post {% endif %} - {% if not page.isLast %} - Previous Post + {% if not page.isFirst %} + Next Post {% endif %}

{% endif %}