From 6c6b1bd1035ae68a18bd83faf7ff1297ead60e8c Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Fri, 3 Jun 2022 12:51:52 +0200 Subject: Do not allow modification of date formats that are required by spec --- exampleSite/config.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'exampleSite/config.toml') 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 -- cgit v1.2.3