diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/contact.html | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/static/contact.html b/static/contact.html index 9be64a22..38a79f61 100644 --- a/static/contact.html +++ b/static/contact.html @@ -87,19 +87,18 @@ "https://twitter.com/GrapheneOS", "https://github.com/GrapheneOS", "https://reddit.com/u/GrapheneOS" - ] - } - </script> - <script type="application/ld+json"> - { - "@context": "https://schema.org", - "@type": "Person", - "name": "Daniel Micay", - "email": "danielmicay@gmail.com", - "sameAs": [ - "https://twitter.com/DanielMicay", - "https://github.com/thestinger", - "https://reddit.com/u/DanielMicay" + ], + "founders": [ + { + "@type": "Person", + "name": "Daniel Micay", + "email": "danielmicay@gmail.com", + "sameAs": [ + "https://twitter.com/DanielMicay", + "https://github.com/thestinger", + "https://reddit.com/u/DanielMicay" + ] + } ] } </script> |
