From f777b6e980a77bc2e64ae7cd42a497022c4b3a87 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Fri, 30 Oct 2020 15:21:09 +0100 Subject: add Vimux to authors --- theme.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/theme.toml b/theme.toml index eaeb7d1..bf73467 100644 --- a/theme.toml +++ b/theme.toml @@ -7,9 +7,11 @@ tags = ["blog", "responsive", "customizable", "widgets", "rss"] features = ["blog", "responsive", "widgets", "rss", "wordpress"] min_version = "0.48" -[author] - name = "Max Mehl" - homepage = "https://mehl.mx" +# If the theme has multiple authors +authors = [ + {name = "Max Mehl", homepage = "https://mehl.mx"}, + {name = "Vimux", homepage = "https://github.com/vimux"} +] # If porting an existing theme [original] -- cgit v1.2.3