mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
17 lines
424 B
Markdown
17 lines
424 B
Markdown
---
|
|
title: Prev
|
|
description: Returns the previous page in a site's collection of regular pages, relative to the current page.
|
|
categories: []
|
|
keywords: []
|
|
action:
|
|
related:
|
|
- methods/page/Next
|
|
- methods/page/NextInSection
|
|
- methods/page/PrevInSection
|
|
- methods/pages/Next
|
|
- methods/pages/Prev
|
|
returnType: page.Page
|
|
signatures: [PAGE.Prev]
|
|
---
|
|
|
|
{{% include "methods/page/_common/next-and-prev.md" %}}
|