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