diff --git a/content/en/content-management/related.md b/content/en/content-management/related.md index d897bf47f..42d577b95 100644 --- a/content/en/content-management/related.md +++ b/content/en/content-management/related.md @@ -113,19 +113,7 @@ Hugo provides a sensible default configuration of Related Content, but you can f Without any `related` configuration set on the project, Hugo's Related Content methods will use the following. -{{< code-toggle file="hugo" >}} -related: - threshold: 80 - includeNewer: false - toLower: false - indices: - - name: keywords - weight: 100 - - name: date - weight: 10 -{{< /code-toggle >}} - -Note that if you have configured `tags` as a taxonomy, `tags` will also be added to the default configuration above with the weight of `80`. +{{< code-toggle config="related" />}} Custom configuration should be set using the same syntax.