--- a/rdf-primer/index.html Thu Nov 14 00:55:10 2013 +0100
+++ b/rdf-primer/index.html Thu Nov 14 01:00:11 2013 +0100
@@ -54,16 +54,19 @@
company: "BBC", companyURL: "http://www.bbc.co.uk",
},
],
- otherContributors: {
- "Previous editors": [
- { name: "Frank Manola",
- },
- { name: "Eric Miller",
- },
- { name: "Brian McBride",
- },
- ],
- },
+ otherLinks: [
+ {
+ key: "Previous Editors",
+ data: [
+ { name: "Frank Manola",
+ },
+ { name: "Eric Miller",
+ },
+ { name: "Brian McBride",
+ },
+ ],
+ },
+ ],
// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.