浏览代码

Rename prev_page Twig variable to previous_page

Daniel Rudolf 6 年之前
父节点
当前提交
787344a526
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Pico.php

+ 1 - 1
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