diff --git a/index.html b/index.html
index 8945e7a..f75c54a 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/",
@@ -79,6 +73,12 @@
// if you have authors as well as editors. only "name" is
// required. Same format as editors.
authors: [],
+ formerEditors: [{
+ name: "Orie Steele",
+ company: "Transmute",
+ companyURL: "https://transmute.industries",
+ w3cid: 109171,
+ }],
maxTocLevel: 3,
inlineCSS: true,