Skip to content

Commit b9bc557

Browse files
committed
Fix: hextra include-snippet
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent fd37a15 commit b9bc557

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/content-formatting-examples/hextra/include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ draft: true
99
Includes the rendered content of another page inline. This shortcode **must** use the percent-delimiter syntax.
1010

1111
```text
12-
{{%/* hextra/include "examples/include-snippet" */%}}
12+
{{%/* hextra/include "include-snippet" */%}}
1313
```
1414

1515
**Parameters:**
@@ -20,4 +20,4 @@ Includes the rendered content of another page inline. This shortcode **must** us
2020

2121
**Example (included from a separate page):**
2222

23-
{{% hextra/include "examples/include-snippet" %}}
23+
{{% hextra/include "include-snippet" %}}

0 commit comments

Comments
 (0)