Titles n stuff, and removed contact button from new.php

This commit is contained in:
hbrain 2026-06-01 19:13:05 +02:00
parent 5896fc4681
commit 3abecc729e
2 changed files with 6 additions and 4 deletions

View file

@ -238,7 +238,6 @@ $slice = array_slice($videos, ($page - 1) * $per, $per);
$activeFilterCount = ($keywordValue !== '') ? 1 : 0;
$baseParams = ($rawKeyword !== '') ? ['q' => $rawKeyword] : [];
$headerTitles = [
'Moto Vlog',
'Multiple Voices Log',
'MultiVerse Log',
'Miles & Views Log',
@ -291,8 +290,8 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
<!-- Basic Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="MVLog">
<meta property="og:description" content=" 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:url" content="https://bubulescu.org/">
<meta property="og:site_name" content="Bubulescu.Org">
@ -304,6 +303,9 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="MVLog: journal of an unreliable narrator.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://bubulescu.org/assets/img/bubulescuorg.jpg">
<link rel="alternate" type="application/rss+xml" title="MVLog RSS" href="feed.php">
<link rel="icon" type="image/png" href="assets/img/moto_travel.png">
<link rel="stylesheet" href="style.css?v=20260531u">