Rename prev_page Twig variable to previous_page
This commit is contained in:
parent
34ae8e8812
commit
787344a526
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue