Add back some OG and Twitter card metadata (#376)
This commit is contained in:
parent
02e112133c
commit
2319f41151
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html prefix="og: https://ogp.me/ns#" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
|
||||
@ -25,6 +25,17 @@
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>RSPEC</title>
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:image" content="%PUBLIC_URL%/favicon.png" />
|
||||
<meta name="twitter:title" content="RSPEC" />
|
||||
<meta name="twitter:description" content="Rules Repository Search Page" />
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="RSPEC" />
|
||||
<meta property="og:description" content="Rules Repository Search Page" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="%PUBLIC_URL%" />
|
||||
<meta property="og:image" content="%PUBLIC_URL%/favicon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
Loading…
x
Reference in New Issue
Block a user