From 5bb3752f7feb4c890a8c27a61c643d0e7dc1047d Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 19 Feb 2024 21:35:06 -0800 Subject: [PATCH] Update list of methods that use logical path --- content/en/methods/page/Path.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/en/methods/page/Path.md b/content/en/methods/page/Path.md index 18ec30657..39f124f19 100644 --- a/content/en/methods/page/Path.md +++ b/content/en/methods/page/Path.md @@ -105,6 +105,8 @@ Methods|Functions|Shortcodes [`Page.GetPage`]|[`urls.RelRef`]|[`relref`] [`Page.Ref`]|| [`Page.RelRef`]|| +[`Shortcode.Ref`]|| +[`Shortcode.RelRef`]|| [`urls.Ref`]: functions/urls/ref/ [`urls.RelRef`]: /functions/urls/relref/ @@ -112,8 +114,10 @@ Methods|Functions|Shortcodes [`Site.GetPage`]: /methods/site/getpage/ [`ref`]: /content-management/shortcodes/#ref [`relref`]: /content-management/shortcodes/#relref -[`Page.Ref`]: /methods/page/ref -[`Page.RelRef`]: /methods/page/relref +[`Page.Ref`]: /methods/page/ref/ +[`Page.RelRef`]: /methods/page/relref/ +[`Shortcode.Ref`]: /methods/shortcode/ref +[`Shortcode.RelRef`]: /methods/shortcode/relref {{% note %}} Specify the logical path when using any of these methods, functions, or shortcodes. If you include a file extension or language identifier, Hugo will strip these values before finding the page in the logical tree.