From 9fbcc5795b516aaa839706ba6bc2c2884a05db26 Mon Sep 17 00:00:00 2001 From: Yi Zeng Date: Wed, 30 Oct 2013 22:16:01 +1300 Subject: [PATCH] add missing section info to the drafts post, in order to make navigation links (Back, Next) work --- site/docs/drafts.md | 2 ++ site/docs/pages.md | 2 +- site/docs/posts.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/site/docs/drafts.md b/site/docs/drafts.md index e6455674..c921f2a5 100644 --- a/site/docs/drafts.md +++ b/site/docs/drafts.md @@ -1,6 +1,8 @@ --- layout: docs title: Working with drafts +prev_section: posts +next_section: pages permalink: /docs/drafts/ --- diff --git a/site/docs/pages.md b/site/docs/pages.md index 50388522..283c31cf 100644 --- a/site/docs/pages.md +++ b/site/docs/pages.md @@ -1,7 +1,7 @@ --- layout: docs title: Creating pages -prev_section: posts +prev_section: drafts next_section: variables permalink: /docs/pages/ --- diff --git a/site/docs/posts.md b/site/docs/posts.md index 3c57c217..88036bdb 100644 --- a/site/docs/posts.md +++ b/site/docs/posts.md @@ -2,7 +2,7 @@ layout: docs title: Writing posts prev_section: frontmatter -next_section: pages +next_section: drafts permalink: /docs/posts/ ---