mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Remove superflous back ticks
This commit is contained in:
committed by
GitHub
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user