summaryrefslogtreecommitdiffstats
path: root/docs/content/en/render-hooks/tables.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/render-hooks/tables.md')
-rwxr-xr-xdocs/content/en/render-hooks/tables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/render-hooks/tables.md b/docs/content/en/render-hooks/tables.md
index c7671aff4..619090797 100755
--- a/docs/content/en/render-hooks/tables.md
+++ b/docs/content/en/render-hooks/tables.md
@@ -57,7 +57,7 @@ In its default configuration, Hugo renders Markdown tables according to the [Git
[GitHub Flavored Markdown specification]: https://github.github.com/gfm/#tables-extension-
-```go-html-template {file="layouts/_default/_markup/render-table.html" copy=true}
+```go-html-template {file="layouts/_markup/render-table.html" copy=true}
<table
{{- range $k, $v := .Attributes }}
{{- if $v }}