Skip to content

Commit

Permalink
Merge pull request #98 from jbilinski/patch-1
Browse files Browse the repository at this point in the history
Docs: minor type correction in config table
  • Loading branch information
epage authored Aug 13, 2024
2 parents dce0c77 + 2a9d075 commit 1e466a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Setting | Format | Description
`title` | String | Title for the posts collection. Falls back to `site.title` if not present.
`description` | String | Description for the posts collection. Falls back to `site.description` if not present.
`dir` | String | Directory, relative to `source`, where posts lives.
`drafts_dir` | Boolean | Directory, relative to `source`, where draft posts can live.
`drafts_dir` | String | Directory, relative to `source`, where draft posts can live.
`order` | `Asc`, `Desc` | Sort order for `{%raw%}{{posts}}{%endraw%}` variable.
`rss` | String | Path for a posts RSS file.
`jsonfeed` | String | Path for a posts jsonfeed file.
Expand Down

0 comments on commit 1e466a4

Please sign in to comment.