Skip to content

Commit 5073e8b

Browse files
committed
website: Add OpenGraph information
1 parent e3b3e60 commit 5073e8b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
137 KB
Loading

static/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<meta name="apple-mobile-web-app-title" content="Fresh" />
3535
<link rel="manifest" href="/assets/sitedata/site.webmanifest" />
3636

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" />
3742

3843
<!-- Google tag (gtag.js) -->
3944
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6P5X7GV6EY"></script>

0 commit comments

Comments
 (0)