diff options
Diffstat (limited to 'docs/content/en/methods/shortcode/Ordinal.md')
-rw-r--r-- | docs/content/en/methods/shortcode/Ordinal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/methods/shortcode/Ordinal.md b/docs/content/en/methods/shortcode/Ordinal.md index def0c016f..4c32705c1 100644 --- a/docs/content/en/methods/shortcode/Ordinal.md +++ b/docs/content/en/methods/shortcode/Ordinal.md @@ -24,7 +24,7 @@ This method is useful for, among other things, assigning unique element IDs when This shortcode performs error checking, then renders an HTML `img` element with a unique `id` attribute: -```go-html-template {file="layouts/shortcodes/img.html"} +```go-html-template {file="layouts/_shortcodes/img.html"} {{ $src := "" }} {{ with .Get "src" }} {{ $src = . }} |