feat: Add twitter card property
This commit is contained in:
@ -35,4 +35,5 @@
|
|||||||
<meta property="og:url" content="{{ current_url | default(value='/') }}" />
|
<meta property="og:url" content="{{ current_url | default(value='/') }}" />
|
||||||
<meta property="og:description" content="{{ page.description | default(value=config.description) }}" />
|
<meta property="og:description" content="{{ page.description | default(value=config.description) }}" />
|
||||||
<meta property="og:image" content="{{ get_url(path='card.png') }}" />
|
<meta property="og:image" content="{{ get_url(path='card.png') }}" />
|
||||||
|
<meta property="twitter:card" content="{{ get_url(path='card.png') }}" />
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user