mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-02 08:28:35 +00:00
17 lines
410 B
Markdown
17 lines
410 B
Markdown
---
|
|
title: Prev
|
|
description: Returns the previous page in a page collection, relative to the given page.
|
|
categories: []
|
|
keywords: []
|
|
action:
|
|
related:
|
|
- methods/pages/Next
|
|
- methods/page/Next
|
|
- methods/page/Prev
|
|
- methods/page/NextInSection
|
|
- methods/page/PrevInSection
|
|
returnType: page.Pages
|
|
signatures: [PAGES.Prev PAGE]
|
|
---
|
|
|
|
{{% include "methods/pages/_common/next-and-prev.md" %}}
|