Rename prev_page Twig variable to previous_page
This commit is contained in:
parent
34ae8e8812
commit
787344a526
@ -2009,7 +2009,7 @@ class Pico
|
|||||||
'meta' => $this->meta,
|
'meta' => $this->meta,
|
||||||
'content' => $this->content,
|
'content' => $this->content,
|
||||||
'pages' => $this->pages,
|
'pages' => $this->pages,
|
||||||
'prev_page' => $this->previousPage,
|
'previous_page' => $this->previousPage,
|
||||||
'current_page' => $this->currentPage,
|
'current_page' => $this->currentPage,
|
||||||
'next_page' => $this->nextPage,
|
'next_page' => $this->nextPage,
|
||||||
'version' => static::VERSION
|
'version' => static::VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user