We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a39657 + ba6c688 commit d0b136fCopy full SHA for d0b136f
1 file changed
themes/devsec/layouts/_default/baseof.html
@@ -17,7 +17,7 @@
17
<!-- End Nav -->
18
19
<!-- Code that all your templates share, like a header -->
20
- {{ if and (ne .File.Path "community.md") (ne .Section "baselines") }}
+ {{ if and (and (ne .File.Path "community.md") (ne .Section "baselines")) (ne .File.Path "_index.md") }}
21
{{ partial "page-header.html" . }}
22
{{ end }}
23
{{ block "main" . }}
0 commit comments