Merge pull request #1 from sKanoodle/patch-1

fixed typo that prevented build from succeeding
This commit is contained in:
Robert Austin 2019-04-09 08:00:31 +10:00 committed by GitHub
commit ee171928d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
{{ partial "header.html" . }} {{ partial "header.html" . }}
{{ $displaySidebar := false }} {{ $displaySidebar := false }}
{{ range site.Params.mainSections }} {{ range .Site.Params.mainSections }}
{{ if eq $.Section . }} {{ if eq $.Section . }}
{{ $displaySidebar = true }} {{ $displaySidebar = true }}
{{ end }} {{ end }}
@ -70,4 +70,4 @@
</body> </body>
</html> </html>