og:description updated
This commit is contained in:
parent
68cb141cda
commit
e49ec9c5a8
3 changed files with 5 additions and 17 deletions
2
404.php
2
404.php
|
|
@ -76,7 +76,7 @@ http_response_code(404);
|
||||||
<!-- Basic Open Graph -->
|
<!-- Basic Open Graph -->
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:title" content="MVLog: journal of an unreliable narrator.">
|
<meta property="og:title" content="MVLog: journal of an unreliable narrator.">
|
||||||
<meta property="og:description" content="Motorcycle road stories, videos and occasional bad decisions.">
|
<meta property="og:description" content="Motorcycle road stories, hockey passion, pizza nerdism and facts remembered by an unreliable narrator.">
|
||||||
<meta property="og:url" content="https://bubulescu.org/">
|
<meta property="og:url" content="https://bubulescu.org/">
|
||||||
<meta property="og:site_name" content="Bubulescu.Org">
|
<meta property="og:site_name" content="Bubulescu.Org">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,8 +54,8 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<title>MVL - Contact</title>
|
<title>MVL - Contact</title>
|
||||||
<meta property="og:title" content="MVL">
|
<meta property="og:title" content="MVLog: journal of an unreliable narrator.">
|
||||||
<meta property="og:description" content="journal of an unreliable narrator.">
|
<meta property="og:description" content="Motorcycle road stories, hockey passion, pizza nerdism and facts remembered by an unreliable narrator.">
|
||||||
<meta property="og:image" content="https://bubulescu.org/assets/img/moto_travel.png">
|
<meta property="og:image" content="https://bubulescu.org/assets/img/moto_travel.png">
|
||||||
<meta property="og:url" content="https://bubulescu.org">
|
<meta property="og:url" content="https://bubulescu.org">
|
||||||
<link rel="icon" type="image/png" href="assets/img/moto_travel.png">
|
<link rel="icon" type="image/png" href="assets/img/moto_travel.png">
|
||||||
|
|
|
||||||
16
index.php
16
index.php
|
|
@ -151,19 +151,7 @@ function render_blank_page(){
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<title>MVLog</title>
|
<title>MVLog</title>
|
||||||
<meta property="og:type" content="website">
|
|
||||||
<meta property="og:title" content="Bubulescu.Org">
|
|
||||||
<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">
|
|
||||||
<meta property="og:image" content="<?=h($ogImageUrl)?>">
|
|
||||||
<meta property="og:image:secure_url" content="<?=h($ogImageUrl)?>">
|
|
||||||
<meta property="og:image:type" content="image/jpeg">
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="630">
|
|
||||||
<meta property="og:image:alt" content="Bubulescu.Org">
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
|
||||||
<meta name="twitter:image" content="<?=h($ogImageUrl)?>">
|
|
||||||
<link rel="icon" type="image/png" href="assets/img/moto_travel.png">
|
<link rel="icon" type="image/png" href="assets/img/moto_travel.png">
|
||||||
<link rel="stylesheet" href="style.css?v=20260531u">
|
<link rel="stylesheet" href="style.css?v=20260531u">
|
||||||
<style>html,body{height:100%;overflow:hidden}body{height:100dvh}main{flex:1;min-height:0}</style>
|
<style>html,body{height:100%;overflow:hidden}body{height:100dvh}main{flex:1;min-height:0}</style>
|
||||||
|
|
@ -402,7 +390,7 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
|
||||||
<!-- Basic Open Graph -->
|
<!-- Basic Open Graph -->
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:title" content="<?=h($ogImageAlt)?>">
|
<meta property="og:title" content="<?=h($ogImageAlt)?>">
|
||||||
<meta property="og:description" content="Motorcycle road stories, videos and occasional bad decisions.">
|
<meta property="og:description" content="Motorcycle road stories, hockey passion, pizza nerdism and facts remembered by an unreliable narrator.">
|
||||||
<meta property="og:url" content="https://bubulescu.org/">
|
<meta property="og:url" content="https://bubulescu.org/">
|
||||||
<meta property="og:site_name" content="Bubulescu.Org">
|
<meta property="og:site_name" content="Bubulescu.Org">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue