diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b72b5ee..5e67239 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -48,11 +48,10 @@ enableRobotsTXT = true # # TODO: Mention format in docs [author] - [author.john_doe] - name = 'John Doe' - email = 'john@example.com' - github = '@john_doe' - location = 'Kyiv, Ukraine' + name = 'John Doe' + email = 'john@example.com' + github = '@john_doe' + location = 'Kyiv, Ukraine' [languages] [languages.en] |
