Fine, hugo wins
Homepage / publish (push) Successful in 23s
Details
Homepage / publish (push) Successful in 23s
Details
This commit is contained in:
parent
410a7822b2
commit
93556b3ace
|
@ -0,0 +1,8 @@
|
|||
Hugo has some impossible (for me) to understand "leaf" vs "branch" thing
|
||||
that is preventing this section from being enumerated
|
||||
by `.Pages`
|
||||
in the list layout.
|
||||
|
||||
So there's a lot of content here
|
||||
that is not getting enumerated
|
||||
until I figure that out.
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
<ul>
|
||||
{{range .Pages}}
|
||||
{{.}}
|
||||
<li class="{{if .IsNode}}branch{{end}} {{if .Draft}}draft{{end}}">
|
||||
<a href="{{.Permalink}}">
|
||||
{{.Title}}
|
||||
|
@ -16,4 +17,4 @@
|
|||
</li>
|
||||
{{end}}
|
||||
</ul>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in New Issue