mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
docs: Fix prev/next links in content section
This commit is contained in:
committed by
digitalcraftsman
parent
e3d48760c9
commit
b4cbccaaf4
@@ -7,7 +7,7 @@ linktitle: Example
|
||||
menu:
|
||||
main:
|
||||
parent: content
|
||||
prev: /content/summaries
|
||||
prev: /content/multilingual
|
||||
next: /themes/overview
|
||||
notoc: true
|
||||
title: Example Content File
|
||||
|
@@ -7,7 +7,7 @@ menu:
|
||||
main:
|
||||
parent: content
|
||||
prev: /content/summaries
|
||||
next: /content/example
|
||||
next: /content/multilingual
|
||||
title: Markdown Extras
|
||||
weight: 66
|
||||
toc: false
|
||||
|
@@ -3,8 +3,8 @@ date: 2016-01-02T21:21:00Z
|
||||
menu:
|
||||
main:
|
||||
parent: content
|
||||
prev: /content/markdown-extras
|
||||
next: /content/example
|
||||
prev: /content/summaries
|
||||
title: Multilingual Mode
|
||||
weight: 68
|
||||
toc: true
|
||||
|
Reference in New Issue
Block a user