mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 15:04:40 -04:00
Remove superflous back ticks
This commit is contained in:
parent
f78cf64909
commit
668969fc4e
@ -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:
|
The output of this example will render to the Hugo docs as follows:
|
||||||
|
|
||||||
```html
|
|
||||||
{{< code file="layouts/_default/single.html" download="single.html" >}}
|
{{< code file="layouts/_default/single.html" download="single.html" >}}
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<main>
|
<main>
|
||||||
@ -188,7 +187,6 @@ The output of this example will render to the Hugo docs as follows:
|
|||||||
</main>
|
</main>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{< /code >}}
|
{{< /code >}}
|
||||||
```
|
|
||||||
|
|
||||||
<!-- #### Output Code Block
|
<!-- #### Output Code Block
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user