edit home greeting
This commit is contained in:
parent
5f48a5bacb
commit
4ae452b093
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,13 @@
|
|||
<img src="{{ if .Site.Params.author.image }}{{ .Site.Params.author.image }}{{ else }}/assets/images/default-avatar.png{{ end }}"
|
||||
class="rounded-circle mx-auto d-block img-fluid"
|
||||
/>
|
||||
<h1 class="greeting">Hi, I am
|
||||
<h1 class="greeting">
|
||||
{{ if .Site.Params.home_greeting.message}}
|
||||
{{ .Site.Params.home_greeting.message}}
|
||||
{{ else }}
|
||||
Hi, I am
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.author.nickname }}
|
||||
{{ .Site.Params.author.nickname }}
|
||||
{{ else if .Site.Params.author.name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue