mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Update index.html
This commit is contained in:
parent
0d743956d0
commit
01caddf99a
1 changed files with 2 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue