Skip to content

Commit

Permalink
Fix missing image metadata (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty committed Apr 2, 2023
1 parent 9fd4c2e commit 60643e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
<meta property="og:url" content="https://mypivxwallet.org/" />
<meta property="og:title" content="My PIVX Wallet" />
<meta property="og:description" content="The wallet of the future - Receive, Send, Stake and Exchange using a completely decentralized, open-source, battle-hardened PIVX wallet." />
<meta property="og:image" content="logo_opaque-dark-bg.png" />
<meta property="og:image" content="/logo_opaque-dark-bg.png" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mypivxwallet.org/" />
<meta property="twitter:title" content="My PIVX Wallet" />
<meta property="twitter:description" content="The wallet of the future - Receive, Send, Stake and Exchange using a completely decentralized, open-source, battle-hardened PIVX wallet." />
<meta property="twitter:image" content="logo_opaque-dark-bg.png" />
<meta property="twitter:image" content="/logo_opaque-dark-bg.png" />

<!-- Colour Theme -->
<meta name="msapplication-TileColor" content="#470e75" />
<meta name="theme-color" content="#470e75" />

<link rel="icon" type="image/png" href="logo_opaque-dark-bg.png" />
<link rel="icon" type="image/png" href="/logo_opaque-dark-bg.png" />
<link rel="canonical" href="https://mypivxwallet.org/" />

<link rel="preconnect" href="https://fonts.bunny.net">
Expand Down

0 comments on commit 60643e2

Please sign in to comment.