diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 2 | ||||
| -rw-r--r-- | exampleSite/content/poems/dreams.md | 1 |
2 files changed, 1 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' diff --git a/exampleSite/content/poems/dreams.md b/exampleSite/content/poems/dreams.md index 9fd62f4..b51c48c 100644 --- a/exampleSite/content/poems/dreams.md +++ b/exampleSite/content/poems/dreams.md @@ -1,6 +1,7 @@ --- title: Dreams date: 2022-02-01T14:56:58+02:00 +lastmod: 2022-05-01T14:56:58+02:00 draft: false author: Langston Hughes editor: Alex Gil |
