Skip to content

Commit b476a78

Browse files
committed
Add open graph meta tag
1 parent d887270 commit b476a78

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/images/og_image.png

489 KB
Loading

views/layout.pug

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ html
55
meta(charset="utf-8")
66
meta(name="viewport", content="width=device-width, initial-scale=1")
77
link(rel="icon", type="image/png", href="/faucet/favicon.png")
8+
meta(name='twitter:card', content='summary_large_image')
9+
meta(property='og:url', content='https://husky.codechain.io/faucet')
10+
meta(property='og:title', content='Faucet For Husky')
11+
meta(property='og:description', content='Get CCC for the Husky test network')
12+
meta(property='og:image', content='https://husky.codechain.io/faucet/images/og_image.png')
13+
meta(property="og:image:width", content="1200")
14+
meta(property="og:image:height", content="630")
815

916
script(src="/faucet/javascripts/lib/jquery-3.3.1.js")
1017
script(src="/faucet/javascripts/lib/bootstrap.bundle.min.js")

0 commit comments

Comments
 (0)