diff --git a/content/contribute/documentation.md b/content/contribute/documentation.md index 1bde791e9..3d5956ac2 100644 --- a/content/contribute/documentation.md +++ b/content/contribute/documentation.md @@ -168,7 +168,6 @@ This example HTML code block tells Hugo users the following: The output of this example will render to the Hugo docs as follows: -```html {{< code file="layouts/_default/single.html" download="single.html" >}} {{ define "main" }}
@@ -188,7 +187,6 @@ The output of this example will render to the Hugo docs as follows:
{{ end }} {{< /code >}} -```