We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b3e60 commit 5073e8bCopy full SHA for 5073e8b
static/assets/sitedata/opengraph.jpg
137 KB
static/index.html
@@ -34,6 +34,11 @@
34
<meta name="apple-mobile-web-app-title" content="Fresh" />
35
<link rel="manifest" href="/assets/sitedata/site.webmanifest" />
36
37
+ <!-- OpenGraph -->
38
+ <meta property="og:title" content="The Fresh Project" />
39
+ <meta property="og:type" content="website" />
40
+ <meta property="og:url" content="https://freshroms.github.io/" />
41
+ <meta property="og:image" content="https://freshroms.github.io/assets/sitedata/opengraph.jpg" />
42
43
<!-- Google tag (gtag.js) -->
44
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6P5X7GV6EY"></script>
0 commit comments