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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.io>2018-03-25 20:11:24 +0300
committerVicky <vicky@vickylai.io>2018-03-25 20:11:24 +0300
commit64f3358bc9225a8145cc82f3abce41ca987f35c8 (patch)
tree90dcbae24fb373fa83d0dc1f5db1e0a847313b1b /layouts/index.html
parent1083561c7b75da98561833b7268158ca4961ce17 (diff)
Restored camel case params.
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 6aa797c..37ec32f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -31,7 +31,7 @@
{{ if .Site.Params.showProjects }}
<a class="nav-item" href="#projects">Projects</a>
{{ end }}
- {{ if .Site.Params.showBlog | default true }}
+ {{ if .Site.Params.showBlog }}
<a class="nav-item" href="#blog">Blog</a>
{{ end }}
<a class="nav-item" href="#contact">Contact</a>