summary refs log tree commit diff stats
path: root/config/default.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.toml')
-rw-r--r--config/default.toml8
1 files changed, 4 insertions, 4 deletions
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"