1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
reyasume/_includes/components/twitter-card.njk

5 lines
360 B

<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="@{{ metadata.contact.twitter }}" />
<meta property="twitter:title" content="{{ metadata.title }}" />
<meta property="twitter:description" content="{{ metadata.description }}" />
<meta property="twitter:image" content="{{ metadata.url }}{{ metadata.cardimage_path }}" />