OG meta updated
This commit is contained in:
parent
bf13772366
commit
cb126a1ca1
2 changed files with 22 additions and 2 deletions
|
|
@ -332,7 +332,7 @@ $brandUrl = '?id=' . rawurlencode($articleId);
|
|||
|
||||
<!-- Basic Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="MVLog: journal of an unreliable narrator.">
|
||||
<meta property="og:title" content="<?=h($ogImageAlt)?>">
|
||||
<meta property="og:description" content="Motorcycle road stories, videos and occasional bad decisions.">
|
||||
<meta property="og:url" content="https://bubulescu.org/">
|
||||
<meta property="og:site_name" content="Bubulescu.Org">
|
||||
|
|
@ -473,4 +473,4 @@ $brandUrl = '?id=' . rawurlencode($articleId);
|
|||
</main>
|
||||
<?php include __DIR__ . '/_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue