diff options
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 823c22f..3586177 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -24,7 +24,7 @@ resourceDir = '../resources' # Custom footer text footer = '' # Sections to be displayed in the main page - main_sections = ['post', 'drama', 'narrative', 'poem'] + main_sections = ['posts', 'dramas', 'narratives', 'poems'] # Order of post meta information post_meta = ['date'] # Posts date format, for example: 2006-01-02 |
