edit home greeting

This commit is contained in:
tkepassport39 2020-08-16 17:36:11 -04:00
parent 5f48a5bacb
commit 4ae452b093

View file

@ -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 }}