fixed typo that prevented build from succeeding

Error: "themes\hugo-whisper-theme\layouts\_default\baseof.html:30:1": parse master failed: template: index.html:30: function "site" not defined
This commit is contained in:
sKanoodle 2019-04-08 14:38:09 +02:00 committed by GitHub
parent 2147d1dfd9
commit eeab26acd1
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" . }}
{{ $displaySidebar := false }}
{{ range site.Params.mainSections }}
{{ range .Site.Params.mainSections }}
{{ if eq $.Section . }}
{{ $displaySidebar = true }}
{{ end }}
@ -70,4 +70,4 @@
</body>
</html>
</html>