diff options
author | Matthew Miller <matthew@millerti.me> | 2020-06-03 17:26:37 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-06-03 17:26:37 -0700 |
commit | b4c1bae58a11f7651dd44b7cfc7ba210ef09a605 (patch) | |
tree | 1cc184121f4b243266ef8e8cfdd9678782a2ad2a | |
parent | dabab1f2d5bd4eee92ddef5ceda984f0e8d2366d (diff) |
Fix OpenGraph definitions
-rw-r--r-- | homepage/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/homepage/index.html b/homepage/index.html index ef04a19..edb0b9b 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -3,10 +3,10 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="og:title" content="SimpleWebAuthn"> - <meta name="og:description" content="A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers and Node."> - <meta name="og:type" content="website"> - <meta name="og:url" content="https://simplewebauthn.dev"> + <meta property="og:title" content="SimpleWebAuthn"> + <meta property="og:description" content="A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers and Node."> + <meta property="og:type" content="website"> + <meta property="og:url" content="https://simplewebauthn.dev"> <title>SimpleWebAuthn</title> <style> :root { |