diff --git a/themes/quark-open-publishing/templates/partials/blog-item.html.twig b/themes/quark-open-publishing/templates/partials/blog-item.html.twig index a897e768..e63f45b6 100644 --- a/themes/quark-open-publishing/templates/partials/blog-item.html.twig +++ b/themes/quark-open-publishing/templates/partials/blog-item.html.twig @@ -54,15 +54,6 @@ {% set allPages = pages.children %} {% set allPages = allPages|sort(date, 'desc') %} {% set currentPageIndex = allPages.index(currentPage) %} -

{% if currentPageIndex < allPages|length-1 %}