diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-03 12:51:52 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-03 12:52:23 +0200 |
| commit | 6c6b1bd1035ae68a18bd83faf7ff1297ead60e8c (patch) | |
| tree | 0a9b6c3388af549cd7d59b6e680837d31d9dc3b2 /exampleSite/config.toml | |
| parent | 1283f3d31243d1ac63ce718c4039ba6b85f5d721 (diff) | |
| download | gohugo-theme-ed-6c6b1bd1035ae68a18bd83faf7ff1297ead60e8c.tar.gz | |
Do not allow modification of date formats that are required by spec
Diffstat (limited to 'exampleSite/config.toml')
| -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 |
