Merge pull request #1677 from yizeng/add-section-info-to-drafts

add missing section info to the drafts post
This commit is contained in:
Matt Rogers 2013-10-30 05:43:26 -07:00
commit 85151b7793
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
---
layout: docs
title: Working with drafts
prev_section: posts
next_section: pages
permalink: /docs/drafts/
---

View File

@ -1,7 +1,7 @@
---
layout: docs
title: Creating pages
prev_section: posts
prev_section: drafts
next_section: variables
permalink: /docs/pages/
---

View File

@ -2,7 +2,7 @@
layout: docs
title: Writing posts
prev_section: frontmatter
next_section: pages
next_section: drafts
permalink: /docs/posts/
---