mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
15 lines
379 B
Markdown
15 lines
379 B
Markdown
---
|
|
title: NextInSection
|
|
description: Returns the next regular page in a section, relative to the given page.
|
|
categories: []
|
|
keywords: []
|
|
action:
|
|
related:
|
|
- methods/page/PrevInSection
|
|
- methods/pages/Next
|
|
- methods/pages/Prev
|
|
returnType: page.Page
|
|
signatures: [PAGE.NextInSection]
|
|
---
|
|
|
|
{{% include "methods/page/_common/nextinsection-and-previnsection.md" %}}
|