From e5a30dd114e2e09a3213ae1cba58a70626275dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 29 Nov 2020 19:48:40 +0100 Subject: [PATCH] Update related.md Closes https://github.com/gohugoio/hugo/issues/8002 --- content/en/content-management/related.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/content-management/related.md b/content/en/content-management/related.md index ce0cafa09..ec3c3dd6f 100644 --- a/content/en/content-management/related.md +++ b/content/en/content-management/related.md @@ -84,6 +84,8 @@ related: weight: 10 {{< /code-toggle >}} +Note that if you have configured `tags` as a taxonomy, `tags` will also be added to the default configuration abve with the weight of `80`. + Custom configuration should be set using the same syntax. {{% note %}}