mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 07:37:31 -04:00
Fix PageInner reference links
This commit is contained in:
parent
ba66d6b903
commit
eace2624aa
@ -2,7 +2,7 @@
|
||||
# Do not remove front matter.
|
||||
---
|
||||
|
||||
## PageInner
|
||||
## PageInner details
|
||||
|
||||
{{< new-in 0.125.0 >}}
|
||||
|
||||
|
@ -82,7 +82,7 @@ Code block render hook templates receive the following [context]:
|
||||
|
||||
{{< new-in 0.125.0 >}}
|
||||
|
||||
(`page`) A reference to a page nested via the [`RenderShortcodes`] method. [See details](#pageinner).
|
||||
(`page`) A reference to a page nested via the [`RenderShortcodes`] method. [See details](#pageinner-details).
|
||||
|
||||
[`RenderShortcodes`]: /methods/page/rendershortcodes
|
||||
|
||||
|
@ -43,7 +43,7 @@ title = true
|
||||
|
||||
{{< new-in 0.125.0 >}}
|
||||
|
||||
(`page`) A reference to a page nested via the [`RenderShortcodes`] method. [See details](#pageinner).
|
||||
(`page`) A reference to a page nested via the [`RenderShortcodes`] method. [See details](#pageinner-details).
|
||||
|
||||
[`RenderShortcodes`]: /methods/page/rendershortcodes
|
||||
|
||||
|
@ -61,7 +61,7 @@ block = true
|
||||
|
||||
{{< new-in 0.125.0 >}}
|
||||
|
||||
(`page`) A reference to a page nested via the [`RenderShortcodes`] method. [See details](#pageinner).
|
||||
(`page`) A reference to a page nested via the [`RenderShortcodes`] method. [See details](#pageinner-details).
|
||||
|
||||
[`RenderShortcodes`]: /methods/page/rendershortcodes
|
||||
|
||||
|
@ -44,7 +44,7 @@ Link render hook templates receive the following context:
|
||||
|
||||
{{< new-in 0.125.0 >}}
|
||||
|
||||
(`page`) A reference to a page nested via the [`RenderShortcodes`] method. [See details](#pageinner).
|
||||
(`page`) A reference to a page nested via the [`RenderShortcodes`] method. [See details](#pageinner-details).
|
||||
|
||||
[`RenderShortcodes`]: /methods/page/rendershortcodes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user