Skip to content

Commit 86cfb03

Browse files
author
Janaka-Steph
committed
Add open graph meta tags
1 parent d3e854e commit 86cfb03

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
385 KB
Loading

ui/src/partials/head-meta.hbs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
{{!-- Add additional meta tags here --}}
1+
<meta name="twitter:card" content="summary"/>
2+
<meta name="twitter:creator" content="@janakaSteph"/>
3+
<meta property="og:url" content="https://bitcoinjs-guide.bitcoin-studio.com"/>
4+
<meta property="og:title" content="Bitcoin Programming with BitcoinJS, Bitcoin Core and LND"/>
5+
<meta property="og:description"
6+
content="Learn Bitcoin programming, how to construct all kind of transactions and much more!"/>
7+
<meta property="og:image"
8+
content="https://bitcoinjs-guide.bitcoin-studio.com/_/img/bitcoin-studio-bridge.jpg"/>

0 commit comments

Comments
 (0)