Add a note to the related section

See https://discourse.gohugo.io/t/hugo-0-27-released/8325/10
This commit is contained in:
Bjørn Erik Pedersen
2017-09-13 13:46:17 +02:00
parent 49edb5a2b9
commit 61600be6aa
+4
View File
@@ -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:
```