correct camelcase

This commit is contained in:
tkepassport39 2020-08-16 23:00:14 -04:00
parent c8971a01b6
commit b0930086ef
2 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ params:
# home page greeting message
# if empty it will default to "Hi, I am"
home_greeting:
homeGreeting:
message: ""
# some information about you

View file

@ -8,8 +8,8 @@
class="rounded-circle mx-auto d-block img-fluid"
/>
<h1 class="greeting">
{{ if .Site.Params.home_greeting.message}}
{{ .Site.Params.home_greeting.message}}
{{ if .Site.Params.homeGreeting.message}}
{{ .Site.Params.homeGreeting.message}}
{{ else }}
Hi, I am
{{ end }}