From e7bc19d6c232219d4bb6fcc43854a634359fde7b Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Wed, 13 Dec 2023 11:29:04 -0600 Subject: [PATCH 1/2] Remove editor --- index.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 8945e7a..b9b23b8 100644 --- a/index.html +++ b/index.html @@ -50,12 +50,6 @@ // editors, add as many as you like only "name" is required editors: [ - { - name: "Orie Steele", - company: "Transmute", - companyURL: "https://transmute.industries", - w3cid: 109171, - }, { name: "Michael Jones", url: "https://self-issued.info/", @@ -78,7 +72,12 @@ // authors, add as many as you like. This is optional, uncomment // if you have authors as well as editors. only "name" is // required. Same format as editors. - authors: [], + authors: [{ + name: "Orie Steele", + company: "Transmute", + companyURL: "https://transmute.industries", + w3cid: 109171, + }], maxTocLevel: 3, inlineCSS: true, From 2b5a1fcb1ceba36eb2ec4421fa0878b1c9f5c436 Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:27:39 -0600 Subject: [PATCH 2/2] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b9b23b8..f75c54a 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,8 @@ // authors, add as many as you like. This is optional, uncomment // if you have authors as well as editors. only "name" is // required. Same format as editors. - authors: [{ + authors: [], + formerEditors: [{ name: "Orie Steele", company: "Transmute", companyURL: "https://transmute.industries",