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
|
layout: docs
|
||||||
title: Working with drafts
|
title: Working with drafts
|
||||||
|
prev_section: posts
|
||||||
|
next_section: pages
|
||||||
permalink: /docs/drafts/
|
permalink: /docs/drafts/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
title: Creating pages
|
title: Creating pages
|
||||||
prev_section: posts
|
prev_section: drafts
|
||||||
next_section: variables
|
next_section: variables
|
||||||
permalink: /docs/pages/
|
permalink: /docs/pages/
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: docs
|
layout: docs
|
||||||
title: Writing posts
|
title: Writing posts
|
||||||
prev_section: frontmatter
|
prev_section: frontmatter
|
||||||
next_section: pages
|
next_section: drafts
|
||||||
permalink: /docs/posts/
|
permalink: /docs/posts/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue