1
Fork 0

add name to header

This commit is contained in:
Jake Howard 2017-05-07 18:02:20 +01:00
parent 358b3e94a3
commit 42cdeefe3d
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ title: TheOrangeOne
params: params:
author: TheOrangeOne author: TheOrangeOne
author_name: Jake Howard
summary_length: 100 summary_length: 100
staticDir: "static/build" staticDir: "static/build"

View file

@ -1,6 +1,7 @@
{{ partial "page_start.html" . }} {{ partial "page_start.html" . }}
<section id="banner"> <section id="banner">
<h2>{{ title .Site.Title }}</h2> <h2>{{ title .Site.Title }}</h2>
<p><i>{{ title .Site.Params.author_name }}</i></p>
</section> </section>
<section id="main" class="container"> <section id="main" class="container">