Remove superflous back ticks

This commit is contained in:
Bjørn Erik Pedersen 2017-09-30 15:08:16 +02:00 committed by GitHub
parent f78cf64909
commit 668969fc4e

View File

@ -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" }}
<main>
@ -188,7 +187,6 @@ The output of this example will render to the Hugo docs as follows:
</main>
{{ end }}
{{< /code >}}
```
<!-- #### Output Code Block