diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 242049d..1141174 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -152,10 +152,8 @@ disableKinds = ['RSS'] # Order of post meta information. Order is important. postMeta = ['author', 'date'] # Posts date format, for example: 2006-01-02 - dateformat = ':date_long' + dateFormat = ':date_long' dateFormatToc = '2006.01.02' - dateFormatFeed = '2006-01-02T15:04:05Z07:00' - dateFormatRFC822Z = '02 Jan 2006 15:04:05 UT' # Show "Read more" button in list if true readmore = true # RSS/Atom feed size |
