From 26e682a3aa3a16c9f3cc5bdc50b30a34c9811e6a Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 16 Dec 2022 07:16:20 -0800 Subject: [PATCH] Update multilingual.md Remove outdated admonition. --- content/en/content-management/multilingual.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en/content-management/multilingual.md b/content/en/content-management/multilingual.md index 4e4eba46e..5eb5506d9 100644 --- a/content/en/content-management/multilingual.md +++ b/content/en/content-management/multilingual.md @@ -220,10 +220,6 @@ slug: "a-propos" At render, Hugo will build both `/about/` and `/fr/a-propos/` while maintaining their translation linking. -{{% note %}} -If using `url`, remember to include the language part as well: `/fr/compagnie/a-propos/`. -{{%/ note %}} - ### Page Bundles To avoid the burden of having to duplicate files, each Page Bundle inherits the resources of its linked translated pages' bundles except for the content files (Markdown files, HTML files etc...).