mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 21:04:43 -04:00
Improve formatting of example code
This commit is contained in:
parent
e5681ad01e
commit
ec52c7ba10
@ -33,7 +33,7 @@ content/
|
||||
And these templates:
|
||||
|
||||
{{< code file=layouts/_default/list.html >}}
|
||||
{{ range .Pages.ByWeight}}
|
||||
{{ range .Pages.ByWeight }}
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
{{ end }}
|
||||
{{< /code >}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user