From 61600be6aa2e0f38910e4e705020f0c03b35aa8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 13 Sep 2017 13:46:17 +0200 Subject: [PATCH] Add a note to the related section See https://discourse.gohugo.io/t/hugo-0-27-released/8325/10 --- content/content-management/related.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/content-management/related.md b/content/content-management/related.md index 92a29e15f..075d95e47 100644 --- a/content/content-management/related.md +++ b/content/content-management/related.md @@ -57,6 +57,10 @@ type PageGenealogist interface { ## Configure Related Content Hugo provides a sensible default configuration of Related Content, but you can fine-tune this in your configuration, on the global or language level if needed. +{{% note %}} +If you add a `related` config section, you need to add a complete configuration. It is not possible to just set, say, `includeNewer` and use the rest from the Hugo defaults. +{{% /note %}} + Below is a sample `config.toml` section: ```