diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-05 18:10:34 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-05 18:10:42 +0200 |
| commit | 7d4a696a70969b82a55715221b85700a1e68d140 (patch) | |
| tree | f80a870391737b9afa1090f3f37975e95fbd1dd2 /exampleSite | |
| parent | 0c30ea398b6315e9b99afa4067a4897fad876d60 (diff) | |
| download | gohugo-theme-ed-7d4a696a70969b82a55715221b85700a1e68d140.tar.gz | |
Rework single post layouts
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 |
