少于1分钟
将以下英文翻译为中文:
https://gohugo.io/functions/ref/
Returns the absolute permalink to a page.
ref . PAGE
This function takes two parameters:
.
)/
is first resolved relative to the given context, then to the remainder of the site.
|
|
To return the absolute permalink to another language version of a page:
|
|
To return the absolute permalink to another Output Format of a page:
|
|
Hugo emits an error or warning if the page cannot be uniquely resolved. The error behavior is configurable; see Ref and RelRef Configuration.
This function is used by Hugo’s built-in ref
shortcode. For a detailed explanation of how to leverage this shortcode for content management, see Links and Cross References.