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 Lai <vicky@vickylai.io>2018-01-27 06:36:42 +0300
committerGitHub <noreply@github.com>2018-01-27 06:36:42 +0300
commit01caddf99a1ed41e0d3d726fe4a31831665e605a (patch)
treebc2c4f1bad1c70c78cbc8afa1a6bc915667f1e31
parent0d743956d0e577b9870663efeb115be1746f9187 (diff)
Update index.html
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 34574d8..4fa88f8 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -10,7 +10,7 @@
<div class="container has-text-centered">
<!-- Title and tagline -->
<h1 class="bold-title {{ if .Site.Params.fadeIn }}fade-in one{{ end }}">
- Hi, I'm {{ .Site.Params.firstname }}.
+ Hi, I'm {{ .Site.Params.firstName }}.
</h1>
<h3 class="subtitle is-3 {{ if.Site.Params.fadeIn }} fade-in two{{ end }}">
{{ .Site.Params.tagLine }}
@@ -82,7 +82,7 @@
<!-- Let's show some blog posts -->
- {{ if .Site.Params.showblog }}
+ {{ if .Site.Params.showBlog }}
<div class="section" id="blog">
{{ partial "blogsection.html" . }}
</div><!-- End Blog section -->