From 522eca495b4181ee33e44da3da6885ee2b06848a Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 11 Jan 2023 22:42:47 +0100 Subject: [PATCH] neues theme: add blueprints.yaml --- .../templates/partials/blog-item.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e2ccaafb..eb1f3bb0 100644 --- a/themes/quark-open-publishing/templates/partials/blog-item.html.twig +++ b/themes/quark-open-publishing/templates/partials/blog-item.html.twig @@ -57,7 +57,7 @@ {{ 'THEME_QUARK.BLOG.ITEM.PREV_POST'|t }} {% endif %} - +{{ pagination }} {% if not page.isFirst %} {{ 'THEME_QUARK.BLOG.ITEM.NEXT_POST'|t }}