share titles
This commit is contained in:
parent
c4ce57f939
commit
bd0a37ef33
7 changed files with 24 additions and 13 deletions
|
|
@ -14,7 +14,13 @@
|
|||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
|
||||
<meta property="og:title" content="DTCH CLAN">
|
||||
<meta property="og:description" content="DTCH CLAN STATS">
|
||||
|
||||
<?php if(isset($ogDescription)): ?>
|
||||
<meta property="og:description" content="<?php echo htmlspecialchars($ogDescription); ?>">
|
||||
<?php else: ?>
|
||||
<meta property="og:description" content="DTCH clan site">
|
||||
<?php endif; ?>
|
||||
|
||||
<meta property="og:image:width" content="800">
|
||||
<meta property="og:image:height" content="800">
|
||||
<meta property="og:image" content="https://dtch.online/images/logo800x800.png" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue