Skip to content

Commit 1e466a4

Browse files
authored
Merge pull request #98 from jbilinski/patch-1
Docs: minor type correction in config table
2 parents dce0c77 + 2a9d075 commit 1e466a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Setting | Format | Description
110110
`title` | String | Title for the posts collection. Falls back to `site.title` if not present.
111111
`description` | String | Description for the posts collection. Falls back to `site.description` if not present.
112112
`dir` | String | Directory, relative to `source`, where posts lives.
113-
`drafts_dir` | Boolean | Directory, relative to `source`, where draft posts can live.
113+
`drafts_dir` | String | Directory, relative to `source`, where draft posts can live.
114114
`order` | `Asc`, `Desc` | Sort order for `{%raw%}{{posts}}{%endraw%}` variable.
115115
`rss` | String | Path for a posts RSS file.
116116
`jsonfeed` | String | Path for a posts jsonfeed file.

0 commit comments

Comments
 (0)