diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-10 00:12:26 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-10 00:12:26 +0200 |
| commit | 271f0de0b1c3a770390b4cc7130c48f37d9eacc8 (patch) | |
| tree | b85239adf94d42f9dd6c5b1cb369c1b159688095 /exampleSite | |
| parent | d1fa4d1912c4979def6ee474d86a822128c2bb42 (diff) | |
| download | gohugo-theme-ed-271f0de0b1c3a770390b4cc7130c48f37d9eacc8.tar.gz | |
Enable readmore links
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3586177..0223275 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -30,7 +30,7 @@ resourceDir = '../resources' # Posts date format, for example: 2006-01-02 dateformat = 'January 02, 2006' # Show "Read more" button in list if true - readmore = false + readmore = true [params.assets] # Relative paths to icons |
