add name to header
This commit is contained in:
parent
358b3e94a3
commit
42cdeefe3d
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ title: TheOrangeOne
|
|||
|
||||
params:
|
||||
author: TheOrangeOne
|
||||
author_name: Jake Howard
|
||||
summary_length: 100
|
||||
|
||||
staticDir: "static/build"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{{ partial "page_start.html" . }}
|
||||
<section id="banner">
|
||||
<h2>{{ title .Site.Title }}</h2>
|
||||
<p><i>{{ title .Site.Params.author_name }}</i></p>
|
||||
</section>
|
||||
|
||||
<section id="main" class="container">
|
||||
|
|
Loading…
Reference in a new issue