Skip to content

Commit 2a9d075

Browse files
authored
Docs: minor type connection in config table
bool listed for path type of `drafts_dir`
1 parent dce0c77 commit 2a9d075

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)