Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2019-04-09 01:00:31 +0300
committerGitHub <noreply@github.com>2019-04-09 01:00:31 +0300
commitee171928d4affddeb83d0440b9bc8f8637bebd1d (patch)
treec7dad03f539b2f755049273f3999cd92371771f2
parent2147d1dfd9f8daf384924ea5c4e126c5ee5b4f45 (diff)
parenteeab26acd11ff6bbf633ffe6e3209e5c9a9ba89a (diff)
Merge pull request #1 from sKanoodle/patch-1
fixed typo that prevented build from succeeding
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 608fea2..79eede4 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -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> \ No newline at end of file
+</html>