From a3be87a0cfb944ed9899b1ec9c51e3c6bcf5a777 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 12 Dec 2023 18:35:40 +0100 Subject: [PATCH] Use prev and next links --- Resources/views/article/index.html.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/views/article/index.html.twig b/Resources/views/article/index.html.twig index 3f0abf6..512e0fa 100644 --- a/Resources/views/article/index.html.twig +++ b/Resources/views/article/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