From 7e08198498b8044f2f1150e822ec520b5308556e Mon Sep 17 00:00:00 2001 From: zjedi Date: Sat, 18 Mar 2023 21:09:58 +0100 Subject: [PATCH] added new author --- theme.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/theme.toml b/theme.toml index ef66509..104dd2e 100644 --- a/theme.toml +++ b/theme.toml @@ -26,9 +26,10 @@ tags = [ features = ["cover-image", "favicon", "header-menu", "auto-scroll"] min_version = "0.111.2" -[author] - name = "Jan Raasch" - homepage = "https://www.janraasch.com" +authors = [ + {name = "Jan Raasch", homepage = "https://www.janraasch.com"}, + {name = "Zdenek Kedaj", homepage = "https://github.com/zjedi"} +] [original] name = "GhostScroll"