Use full name
This commit is contained in:
parent
fdd3b7e27f
commit
a84a3f497d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<header id="index-header" class="d-flex align-items-center">
|
<header id="index-header" class="d-flex align-items-center">
|
||||||
<div class="text-center m-auto text-light">
|
<div class="text-center m-auto text-light">
|
||||||
<h1 class="display-1">{{ .Title }}</h1>
|
<h1 class="display-1">{{ .Site.Params.author_name }}</h1>
|
||||||
<p class="lead">{{ .RawContent }}</p>
|
<p class="lead">{{ .RawContent }}</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in a new issue