From b17ccbd2fa987395d42313a81b2227f5ec8d88ac Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 28 May 2022 11:12:09 +0200 Subject: Rework the "Latest Publications" section --- exampleSite/config.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exampleSite/config.toml') 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 -- cgit v1.2.3