Skip to content

Commit

Permalink
founders -> founder in organization metadata
Browse files Browse the repository at this point in the history
The founders property was replaced with founder as part of the overall
replacement of plural property names with singular, even when they can
optionally take multiple values.

This also drops the array since there's only a single value.
  • Loading branch information
thestinger committed Oct 25, 2020
1 parent a7b7885 commit 09b8289
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions static/contact.html
Expand Up @@ -139,18 +139,16 @@ <h2 id="reporting-issues">
"https://github.com/GrapheneOS",
"https://reddit.com/u/GrapheneOS"
],
"founders": [
{
"@type": "Person",
"name": "Daniel Micay",
"email": "daniel.micay@grapheneos.org",
"sameAs": [
"https://twitter.com/DanielMicay",
"https://github.com/thestinger",
"https://reddit.com/u/DanielMicay"
]
}
]
"founder": {
"@type": "Person",
"name": "Daniel Micay",
"email": "daniel.micay@grapheneos.org",
"sameAs": [
"https://twitter.com/DanielMicay",
"https://github.com/thestinger",
"https://reddit.com/u/DanielMicay"
]
}
}
</script>
</body>
Expand Down

0 comments on commit 09b8289

Please sign in to comment.