diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-09 00:46:59 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-09 00:46:59 +0200 |
| commit | ff0822d24dc306e592c0094477518133ede70359 (patch) | |
| tree | a9cb37a5743a21c6b113c88fb85c1042520cae74 /exampleSite/config.toml | |
| parent | 5838e942653e76bdd7c1f46979198a8e835c7145 (diff) | |
| download | gohugo-theme-ed-ff0822d24dc306e592c0094477518133ede70359.tar.gz | |
Fix content type names
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 |
