Skip to content

Commit a55c69c

Browse files
Align social meta with live except image. (#999)
Some faff because og:image must be absolute.
1 parent 91256e5 commit a55c69c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

public/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#6c4bc1" />
88
<title>Python Editor for micro:bit</title>
9-
<meta property="og:title" content="Python editor for micro:bit" />
9+
<meta property="og:title" content="Python Editor for micro:bit" />
1010
<meta
1111
property="og:description"
1212
content="Built by the Micro:bit Educational Foundation and the global Python Community."
1313
/>
14+
<meta property="og:image" content="https://python.microbit.org%PUBLIC_URL%/social.png"/>
15+
<meta name="twitter:card" content="summary_large_image">
1416
<meta
1517
name="twitter:description"
1618
content="A Python Editor for the BBC micro:bit, built by the Micro:bit Educational Foundation and the global Python Community."

public/social.png

415 KB
Loading

0 commit comments

Comments
 (0)