From 787344a5264bba1f859ef95c36f8c3aeed31ff6c Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 11 Mar 2019 23:02:57 +0100 Subject: [PATCH] Rename prev_page Twig variable to previous_page --- lib/Pico.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Pico.php b/lib/Pico.php index b5d2c2a..ff06409 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -2009,7 +2009,7 @@ class Pico 'meta' => $this->meta, 'content' => $this->content, 'pages' => $this->pages, - 'prev_page' => $this->previousPage, + 'previous_page' => $this->previousPage, 'current_page' => $this->currentPage, 'next_page' => $this->nextPage, 'version' => static::VERSION