From 4ccd5c9bda20e89b5880c331d774deeda9a2223b Mon Sep 17 00:00:00 2001 From: slashformotion Date: Mon, 26 Jul 2021 21:21:14 +0200 Subject: [PATCH] added a second author (me) to theme.toml --- theme.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.toml b/theme.toml index fea1c80..985502e 100644 --- a/theme.toml +++ b/theme.toml @@ -7,6 +7,11 @@ tags = ["blog", "tufte", "minimal"] features = ["math", "tufte-css", "tufte"] min_version = 0.85 +authors = [ + {name = "Shawn O'Hare", homepage = "http://www.shawnohare.com"}, + {name = "Slashformotion", homepage = "https://github.com/slashformotiongithub"} +] + [author] name = "Shawn O'Hare" homepage = "http://www.shawnohare.com"