Commit
+2 -2 +/-1 browse
1 | diff --git a/docsite/index.html b/docsite/index.html |
2 | index a4f5860..f8eeded 100644 |
3 | --- a/docsite/index.html |
4 | +++ b/docsite/index.html |
5 | @@ -4,11 +4,11 @@ |
6 | <meta charset="utf-8"> |
7 | |
8 | <title>Open Props: sub-atomic styles</title> |
9 | - <meta name="og:title" content="Open Props: sub-atomic styles"> |
10 | + <meta property="og:title" content="Open Props: sub-atomic styles"> |
11 | <meta name="twitter:title" content="Open Props: sub-atomic styles"> |
12 | |
13 | <meta name="description" content="Open source CSS custom properties to help accelerate adaptive and consistent design. Available from a CDN or NPM, as CSS or Javascript."> |
14 | - <meta name="og:description" content="Open source CSS custom properties to help accelerate adaptive and consistent design. Available from a CDN or NPM, as CSS or Javascript."> |
15 | + <meta property="og:description" content="Open source CSS custom properties to help accelerate adaptive and consistent design. Available from a CDN or NPM, as CSS or Javascript."> |
16 | <meta name="twitter:description" content="Open source CSS custom properties to help accelerate adaptive and consistent design. Available from a CDN or NPM, as CSS or Javascript."> |
17 | |
18 | <meta name="viewport" content="width=device-width, initial-scale=1"> |