fixed social media titles not using the correct page title
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
01d9b67020
commit
a26f393f72
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<link rel="stylesheet" href="/style/style.css">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
|
||||
<meta property="og:title" content="Ellpeck.de">
|
||||
<meta property="og:title" content="{{ page.title }}">
|
||||
<meta property="og:description" content="{{ page.summary }}">
|
||||
<meta property="og:image" content="https://ellpeck.de/res/logoSmall.png">
|
||||
<meta name="twitter:card" content="summary">
|
||||
|
|
Loading…
Reference in a new issue