File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ let make = (
62
62
/* Twitter Meta */
63
63
<meta key = "twitter:title" name = "twitter:title" content = title />
64
64
<meta key = "twitter:description" name = "twitter:description" content = description />
65
- <meta key = "twitter:site" name = "twitter:site" content = "@reasonml " />
65
+ <meta key = "twitter:site" name = "twitter:site" content = "@rescriptlang " />
66
66
<meta key = "twitter:image" property = "og:image" content = ogImage />
67
- <meta key = "twitter:creator" name = "twitter:creator" content = "@ReasonAssoc " />
67
+ <meta key = "twitter:creator" name = "twitter:creator" content = "@ReScriptAssoc " />
68
68
<meta key = "twitter:card" name = "twitter:card" content = "summary_large_image" />
69
69
<link rel = "alternate" type_ = "application/rss+xml" title = "ReScript Blog" href = "/blog/feed.xml" />
70
70
// Docsearch meta tags
You can’t perform that action at this time.
0 commit comments