update site image for open graph and twitter cards

This commit is contained in:
Justin Cooper 2020-01-14 16:40:03 -06:00
parent 21c45c6eb1
commit d1d0246a40
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ title: CircuitPython
email: justin@adafruit.com
description: >-
The easiest way to program microcontrollers
headline_image: "https://circuitpython.org/assets/images/CircuitPython_Hero.jpg"
site_image: "https://circuitpython.org/assets/images/CircuitPythonLogo_Black.jpg"
timezone: America/New_York
twitter_username: circuitpython
github_username: adafruit

View file

@ -29,6 +29,6 @@
<meta property="og:image" content="{{ "/assets/images/boards/large/" | append: page.board_image | absolute_url }}" />
{% else %}
<meta name="twitter:card" content="summary" />
<meta property="og:image" content="{{ site.headline_image }}" />
<meta property="og:image" content="{{ site.site_image }}" />
{% endif %}
<meta property="og:type" content="website" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB