1
Fork 0

Use full name

This commit is contained in:
Jake Howard 2017-11-09 13:39:14 +00:00
parent fdd3b7e27f
commit a84a3f497d
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,7 +1,7 @@
{{ define "main" }}
<header id="index-header" class="d-flex align-items-center">
<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>
</div>
</header>