diff --git a/.gitignore b/.gitignore index e1ceae8db48..7e9c13bf063 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules/ -public/ +package-lock.json +/public .idea resources/ .DS_Store diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 3b4ecfaf10a..f551919756c 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -49,19 +49,20 @@ {{ with .Sections }} {{ range . }} {{ $isThisSection := eq .CurrentSection.Title $currentSection.Title }} + {{ $regularPages := cond (eq .CurrentSection.Title "Scalers") "" .RegularPages -}} {{ range $docs }}