diff options
Diffstat (limited to 'docs/content/en/methods/shortcode/Page.md')
-rw-r--r-- | docs/content/en/methods/shortcode/Page.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/methods/shortcode/Page.md b/docs/content/en/methods/shortcode/Page.md index 774caf9fc..0fa1c9cc9 100644 --- a/docs/content/en/methods/shortcode/Page.md +++ b/docs/content/en/methods/shortcode/Page.md @@ -26,7 +26,7 @@ Calling this shortcode: We can access the front matter values using the `Page` method: -```go-html-template {file="layouts/shortcodes/book-details.html"} +```go-html-template {file="layouts/_shortcodes/book-details.html"} <ul> <li>Title: {{ .Page.Title }}</li> <li>Author: {{ .Page.Params.author }}</li> |