iceberg-theme/layouts/partials/header.html [16:77]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Toggle navigation {{ .Site.Title }} {{ partial "search.html" . }} {{ partial "version-dropdown.html" . }} {{ $currentPage := . }} {{ range .Site.Menus.topnav }} {{ $menuContainsCurrentPage := eq .Name $currentPage.Page.Title}} {{ if .HasChildren }} {{ .Name }}{{ .Post }} {{ range .Children }} {{ .Name }}{{ .Post }} {{ end }} {{ else }} {{ if and (eq $.Site.Params.siteType "docs") (eq (lower .Name) "docs") }} {{ .Name }}{{ .Post }} {{ else }} {{ .Name }}{{ .Post }} {{ end }} {{ end }} {{ end }} {{ partial "search-results.html" . }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - landing-page/themes/iceberg-theme/layouts/partials/header.html [16:77]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Toggle navigation {{ .Site.Title }} {{ partial "search.html" . }} {{ partial "version-dropdown.html" . }} {{ $currentPage := . }} {{ range .Site.Menus.topnav }} {{ $menuContainsCurrentPage := eq .Name $currentPage.Page.Title}} {{ if .HasChildren }} {{ .Name }}{{ .Post }} {{ range .Children }} {{ .Name }}{{ .Post }} {{ end }} {{ else }} {{ if and (eq $.Site.Params.siteType "docs") (eq (lower .Name) "docs") }} {{ .Name }}{{ .Post }} {{ else }} {{ .Name }}{{ .Post }} {{ end }} {{ end }} {{ end }} {{ partial "search-results.html" . }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -