From b892eb16c124dd8aa3c0de0138a4490f66b7dadf Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Sat, 4 May 2024 11:08:58 +0200 Subject: [PATCH] Fix params.author warning --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index cfbb0fe9f..394abd874 100644 --- a/theme.toml +++ b/theme.toml @@ -11,6 +11,6 @@ demosite = "https://jpanther.github.io/congo/" tags = ["blog", "minimal", "responsive", "dark mode", "dark", "light", "tailwind", "personal"] features = ["syntax highlighting", "dark mode", "emoji"] -[author] +[params.author] name = "James Panther" homepage = "https://jamespanther.com/"