summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-05 18:10:34 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-05 18:10:42 +0200
commit7d4a696a70969b82a55715221b85700a1e68d140 (patch)
treef80a870391737b9afa1090f3f37975e95fbd1dd2 /exampleSite/config.toml
parent0c30ea398b6315e9b99afa4067a4897fad876d60 (diff)
downloadgohugo-theme-ed-7d4a696a70969b82a55715221b85700a1e68d140.tar.gz
Rework single post layouts
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5ef6fe6..8899b90 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -149,8 +149,6 @@ disableKinds = ['RSS']
footer = 'Built with <a href="https://github.com/sergeyklay/gohugo-theme-ed" target="_blank" rel="noopener noreferrer">Ed</a>. Distributed under an MIT license.'
# Sections to be displayed in the main page, as well as RSS/Atom feeds
mainSections = ['posts', 'dramas', 'narratives', 'poems']
- # Order of post meta information. Order is important.
- postMeta = ['author', 'date']
# Posts date format, for example: 2006-01-02
dateFormat = ':date_long'
dateFormatToc = '2006.01.02'