From 5d1f1f6cccf65e5c281b784217689cc5ad3d96e3 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 15 Jan 2025 11:00:08 +0000 Subject: [PATCH] fix params.author.name --- config.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 122c797..5e8960a 100644 --- a/config.toml +++ b/config.toml @@ -23,9 +23,8 @@ canonifyurls = true tag = "tags" [params] - [author] - name = "Greg Gauthier" - email = "gmgauthier@protonmail.com" + author.name = "Greg Gauthier" + author.email = "gmgauthier@protonmail.com" logo = "img/atari-symbol-only-no-background.png" titleLink = "https://ataricode.com/" subtitle = "A site devoted to learning to code on Atari 8-Bit computers."