Skip to content

Commit d1d0246

Browse files
committed
update site image for open graph and twitter cards
1 parent 21c45c6 commit d1d0246

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: CircuitPython
22
33
description: >-
44
The easiest way to program microcontrollers
5-
headline_image: "https://circuitpython.org/assets/images/CircuitPython_Hero.jpg"
5+
site_image: "https://circuitpython.org/assets/images/CircuitPythonLogo_Black.jpg"
66
timezone: America/New_York
77
twitter_username: circuitpython
88
github_username: adafruit

_includes/metadata.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<meta property="og:image" content="{{ "/assets/images/boards/large/" | append: page.board_image | absolute_url }}" />
3030
{% else %}
3131
<meta name="twitter:card" content="summary" />
32-
<meta property="og:image" content="{{ site.headline_image }}" />
32+
<meta property="og:image" content="{{ site.site_image }}" />
3333
{% endif %}
3434
<meta property="og:type" content="website" />
20.4 KB
Loading

0 commit comments

Comments
 (0)