diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ad0aa32..3421458 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -142,12 +142,14 @@ disableKinds = ['RSS'] postMeta = ['date'] # Posts date format, for example: 2006-01-02 dateformat = 'January 02, 2006' + 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 feedSize = 25 + recentPostsSize = 5 [params.contact] # Forms Backend URL, used in contacts form |
