Skip to content

Commit 6074870

Browse files
MylesBorinsMilos Jevtovic
authored and
Milos Jevtovic
committed
chore: update card image (#1512)
The current png has no margins and doesn't look great. I've created a new png that is no longer transparent and has margins. Should look nicer
1 parent 28c84c8 commit 6074870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/html-head.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
<meta property="og:site_name" content="Node.js">
1717
<meta property="og:title" content="{{#if title}}{{ title }} | {{/if}}{{ site.title }}">
18-
<meta property="og:image" content="https://nodejs.org/static/images/logo-hexagon.png">
18+
<meta property="og:image" content="https://nodejs.org/static/images/logo-hexagon-card.png">
1919
<meta property="og:image:type" content="image/png">
2020
<meta property="og:image:width" content="224">
2121
<meta property="og:image:height" content="256">
2222

2323
<meta name="twitter:card" content="summary" />
2424
<meta name="twitter:site" content="@nodejs">
2525
<meta name="twitter:title" content="{{#if title}}{{ title }} | {{/if}}{{ site.title }}">
26-
<meta name="twitter:image" content="https://nodejs.org/static/images/logo-hexagon.png">
26+
<meta name="twitter:image" content="https://nodejs.org/static/images/logo-hexagon-card.png">
2727
<meta name="twitter:image:alt" content="The Node.js Hexagon Logo">
2828

2929
<link rel="canonical" href="{{ site.url }}{{#if path}}{{ path }}/{{/if}}">

static/images/logo-hexagon-card.png

26.9 KB
Loading

0 commit comments

Comments
 (0)