add missing section info to the drafts post, in order to make navigation links (Back, Next) work
This commit is contained in:
parent
342c3c8e22
commit
9fbcc5795b
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Working with drafts
|
||||
prev_section: posts
|
||||
next_section: pages
|
||||
permalink: /docs/drafts/
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Creating pages
|
||||
prev_section: posts
|
||||
prev_section: drafts
|
||||
next_section: variables
|
||||
permalink: /docs/pages/
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
layout: docs
|
||||
title: Writing posts
|
||||
prev_section: frontmatter
|
||||
next_section: pages
|
||||
next_section: drafts
|
||||
permalink: /docs/posts/
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue