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