This commit is contained in:
parent
4b2db9cfa6
commit
60ba4d5873
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<!-- have to reference twitter:card here because of https://stackoverflow.com/questions/71228414/opengraph-show-full-image-size-in-preview -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="description" content="{{ description or subtitle }}">
|
||||
<meta property="og:title" content="{{ metadata.title }}{{ title and "|" }}{{ title }}">
|
||||
<meta property="og:title" content="{{ metadata.title }} | {{ title }}">
|
||||
<meta property="og:description" content="{{ description or subtitle }}">
|
||||
<meta property="og:image" content="{{ metadata.url + preview_image }}">
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue