fix: Twitter card property
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David Lapshin 2023-12-07 00:32:53 +03:00
parent 09dde848bb
commit 5db2d46fbe
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ section#comments {
&::before {
content: "";
font-weight: bold;
font-weight: 600;
margin-inline-end: 0.25rem;
margin-inline-start: -0.25rem;
}

View file

@ -35,5 +35,5 @@
<meta property="og:url" content="{{ current_url | default(value='/') }}" />
<meta property="og:description" content="{{ page.description | default(value=config.description) }}" />
<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>