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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index dd218af..a22412b 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -3,12 +3,12 @@
<aside class="sidebar thirds">
<section class="first odd">
- {{ with .Site.Params.sidebar_header }}
+ {{ with .Site.Params.sidebarHeader }}
<h1>{{ . | markdownify }}</h1>
{{ end }}
<p>
- {{ with .Site.Params.sidebar_text }}
+ {{ with .Site.Params.sidebarText }}
{{ . | markdownify }}
{{ end }}
</p>
@@ -42,10 +42,10 @@
first we check if it is enabled in config file and then start adding the items
if Site.Params.sidebarNewWindow exists and is set to true then open these links in a new window -->
- {{ if eq .Site.Params.sidebar_menu_enabled true }}
+ {{ if eq .Site.Params.sidebarMenuEnabled true }}
<section class="odd">
- {{ if isset .Site.Params "sidebar_menu_header" }}
- <h1>{{ .Site.Params.sidebar_menu_header }}</h1>
+ {{ if isset .Site.Params "sidebarMenuHeader" }}
+ <h1>{{ .Site.Params.sidebarMenuHeader }}</h1>
{{ end }}
{{ range .Site.Menus.sidebar }}
<li>