fix: Twitter card property
This commit is contained in:
@ -75,7 +75,7 @@ section#comments {
|
|||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "✓";
|
content: "✓";
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
margin-inline-end: 0.25rem;
|
margin-inline-end: 0.25rem;
|
||||||
margin-inline-start: -0.25rem;
|
margin-inline-start: -0.25rem;
|
||||||
}
|
}
|
||||||
|
@ -35,5 +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') }}" />
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user