feat: Add twitter card property
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David Lapshin 2023-12-06 02:55:26 +03:00
parent f183c9f7f3
commit 09dde848bb

View file

@ -35,4 +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') }}" />
</head>