From d01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 5 Jul 2017 21:50:17 +0200 Subject: Move author config to top-level --- config/default.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/default.toml b/config/default.toml index bb07508..0a55027 100644 --- a/config/default.toml +++ b/config/default.toml @@ -3,14 +3,14 @@ port = 3000 [site] -[site.author] -name = "John Doe" -photo = "/static/johndoe.jpg" - [[site.nav]] text = "Home" url = "/" +[author] +name = "John Doe" +photo = "/static/johndoe.jpg" + [posts] folder = "./posts" -- cgit 1.4.1