Fix Twitter card image link

This commit is contained in:
andyfreer 2020-02-15 13:15:13 +00:00
parent 33e57864bc
commit c0a0af5e89
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ params:
Description: >-
Useful resources for building things on top of Dash Platform
Image: >-
/images/brand/dash_logo_2018_rgb_for_screens.png
https://dashdevs.org/images/brand/dash_logo_2018_rgb_for_screens.png

View file

@ -12,7 +12,7 @@
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="{{ $title }}"/>
<meta name="twitter:description" content="{{ $description }}"/>
<meta name="twitter:image:src" content="{{ $image }}"/>
<meta name="twitter:image" content="{{ $image }}"/>
<meta property="og:locale" content="{{ .Site.LanguageCode }}" />
<meta property="og:title" content="{{ $title }}" />