add missing section info to the drafts post, in order to make navigation links (Back, Next) work

This commit is contained in:
Yi Zeng 2013-10-30 22:16:01 +13:00
parent 342c3c8e22
commit 9fbcc5795b
3 changed files with 4 additions and 2 deletions

View File

@ -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/
--- ---

View File

@ -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/
--- ---

View File

@ -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/
--- ---