Skip to content

Commit 0e479d4

Browse files
committed
Update social image links
1 parent 5ed5d9f commit 0e479d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/layout.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<meta name="twitter:creator" content="@rustlang">
1313
<meta name="twitter:title" content="{{title}}">
1414
<meta name="twitter:description" content="Empowering everyone to build reliable and efficient software.">
15-
<meta name="twitter:image" content="http://new-rust-www.herokuapp.com/static/images/rust-social.jpg">
15+
<meta name="twitter:image" content="https://www.rust-lang.org/static/images/rust-social.jpg">
1616

1717
<!-- Facebook OpenGraph -->
1818
<meta property="og:title" content="{{title}}" />
1919
<meta property="og:description" content="Empowering everyone to build reliable and efficient software.">
20-
<meta property="og:image" content="http://new-rust-www.herokuapp.com/static/images/rust-social-wide.jpg" />
20+
<meta property="og:image" content="https://www.rust-lang.org/static/images/rust-social-wide.jpg" />
2121
<meta property="og:type" content="website" />
2222
<meta property="og:locale" content="en_US" />
2323

0 commit comments

Comments
 (0)