diff options
| author | Track3 <34504964+Track3@users.noreply.github.com> | 2019-06-21 13:15:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-21 13:15:53 +0800 |
| commit | 6cee5adc69ed07b38786f0ad2512c2a4faf31063 (patch) | |
| tree | dcb63feb11d0c3926dd98b1c41dbb9c93f5914de /exampleSite | |
| parent | e333628a2663020701e058da5e15ae39ffc796bf (diff) | |
| download | hermit-6cee5adc69ed07b38786f0ad2512c2a4faf31063.tar.gz | |
Add related content section to single page (#77)
Set `relatedPosts` to `true` in the config to enable this.
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1f8be3b..3c94862 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -46,6 +46,8 @@ enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/func # Toggling this option needs to rebuild SCSS, requires Hugo extended version justifyContent = false # Set "text-align: justify" to `.content`. + relatedPosts = false # Add a related content section to all single posts page + # Add custom css # customCSS = ["css/foo.css", "css/bar.css"] |
