Rename prev_page Twig variable to previous_page

This commit is contained in:
Daniel Rudolf 2019-03-11 23:02:57 +01:00
parent 34ae8e8812
commit 787344a526
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -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