From 322ac1d905f84dab29559bccb310bb1f274603a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=A4usler?= Date: Sun, 11 Aug 2019 12:36:38 +0200 Subject: [PATCH] Added the important info, that IDs are to be used for multilang content --- content/collections/tags/path.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/collections/tags/path.md b/content/collections/tags/path.md index 9aec9b62..bef4229e 100644 --- a/content/collections/tags/path.md +++ b/content/collections/tags/path.md @@ -60,3 +60,11 @@ Assuming site root is `http://example.com/`: http://example.com/contact http://example.com/contact ``` + +### Localization with different slugs {#localization_diff_slugs} + +If you have two different slugs for your local content (like /en/features and /de/funktionen), you need to reference the ID (found in the corresponding yaml file) instead of the slug. + +``` +{{ path src="72c016c6-cc0a-4928-b53b-3275f3f6da0a" }} +```