mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-26 22:26:10 +00:00
Fix Twitter card image link
This commit is contained in:
parent
33e57864bc
commit
c0a0af5e89
2 changed files with 2 additions and 2 deletions
|
@ -12,4 +12,4 @@ params:
|
||||||
Description: >-
|
Description: >-
|
||||||
Useful resources for building things on top of Dash Platform
|
Useful resources for building things on top of Dash Platform
|
||||||
Image: >-
|
Image: >-
|
||||||
/images/brand/dash_logo_2018_rgb_for_screens.png
|
https://dashdevs.org/images/brand/dash_logo_2018_rgb_for_screens.png
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
<meta name="twitter:title" content="{{ $title }}"/>
|
<meta name="twitter:title" content="{{ $title }}"/>
|
||||||
<meta name="twitter:description" content="{{ $description }}"/>
|
<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:locale" content="{{ .Site.LanguageCode }}" />
|
||||||
<meta property="og:title" content="{{ $title }}" />
|
<meta property="og:title" content="{{ $title }}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue