From 42cdeefe3d5ec7754b27b64baa237ff58de00bb6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 7 May 2017 18:02:20 +0100 Subject: [PATCH] add name to header --- config.yml | 1 + layouts/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/config.yml b/config.yml index 3e7a345..97e849f 100644 --- a/config.yml +++ b/config.yml @@ -4,6 +4,7 @@ title: TheOrangeOne params: author: TheOrangeOne + author_name: Jake Howard summary_length: 100 staticDir: "static/build" diff --git a/layouts/index.html b/layouts/index.html index 77900b0..bcc4158 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,7 @@ {{ partial "page_start.html" . }}