diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.toml b/config/default.toml index acda778..9db7540 100644 --- a/config/default.toml +++ b/config/default.toml @@ -2,7 +2,7 @@ port = 3000 [site] -title = "Test Site" +author = "John Doe" [posts] folder = "./posts" |