Skip to content

Commit

Permalink
Merge pull request #450 from polkadot-fellows/nik-add-twitter-image
Browse files Browse the repository at this point in the history
Add Twitter image
  • Loading branch information
wirednkod committed Aug 12, 2024
2 parents a41a18a + c0b0b32 commit 7789840
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<meta name="title" content="Polkadot Technical Fellowship" />
<meta
name="description"
content="Secure communication for a multichain world."
content="The main Polkadot Technical Fellowship dashboard."
/>

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Polkadot Technical Fellowship" />
<meta
property="og:description"
content="Secure communication for a multichain world."
content="The main Polkadot Technical Fellowship dashboard."
/>
<meta property="og:image" content="/img/twitter.png" />

Expand All @@ -26,9 +26,9 @@
<meta property="twitter:title" content="Polkadot Technical Fellowship" />
<meta
property="twitter:description"
content="Secure communication for a multichain world."
content="The main Polkadot Technical Fellowship dashboard."
/>
<meta property="twitter:image" content="/img/og-image.png" />
<meta property="twitter:image" content="/img/twitter.png" />

<script type="module">
import { Buffer } from 'buffer'
Expand Down

0 comments on commit 7789840

Please sign in to comment.