mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Hotfix: Hugo v0.22 and nested sections
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{{ if ne (len (where .Site.RegularPages "Section" "blog")) 0 }}
|
||||
<a href="{{ .Site.BaseURL }}blog/"><li>Blog</li></a>
|
||||
{{ end }}
|
||||
{{ range .Site.Sections }}
|
||||
{{ range $.Site.Home.Sections }}
|
||||
{{ range first 1 (where .Pages "Section" "ne" "")}}
|
||||
{{ if ne .Section "blog"}}
|
||||
<a href="{{ .Section | urlize | absURL }}"><li>{{ .Section }}</li></a>
|
||||
|
Reference in New Issue
Block a user