From: Raphaƫl Gertz Date: Tue, 12 Dec 2023 17:35:40 +0000 (+0100) Subject: Use prev and next links X-Git-Tag: 0.2~12 X-Git-Url: https://git.rapsys.eu/blogbundle/commitdiff_plain/a3be87a0cfb944ed9899b1ec9c51e3c6bcf5a777 Use prev and next links --- 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 %}