From 6cee5adc69ed07b38786f0ad2512c2a4faf31063 Mon Sep 17 00:00:00 2001 From: Track3 <34504964+Track3@users.noreply.github.com> Date: Fri, 21 Jun 2019 13:15:53 +0800 Subject: Add related content section to single page (#77) Set `relatedPosts` to `true` in the config to enable this. --- exampleSite/config.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exampleSite') 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"] -- cgit v1.2.3