mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 09:34:42 -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:
|
||||
|
||||
```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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user