From 2fc4573b1b0c4a95c8ddf374779d2de60782fb55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 12 Dec 2023 18:50:01 +0100 Subject: [PATCH] Use new prev and next links --- Resources/views/index.html.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/views/index.html.twig b/Resources/views/index.html.twig index 04c49e4..464fd8a 100644 --- a/Resources/views/index.html.twig +++ b/Resources/views/index.html.twig @@ -29,14 +29,14 @@ {% endfor %} - {% if articles_prev is defined or articles_next is defined %} + {% if head.prev is defined or head.next is defined %} -- 2.41.0