Merge pull request #1677 from yizeng/add-section-info-to-drafts
add missing section info to the drafts post
This commit is contained in:
commit
85151b7793
|
@ -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