Tune header typography/logo positioning and extend random index title variants

This commit is contained in:
hbrain 2026-06-01 02:13:12 +02:00
parent 15f4e23bcd
commit 4397c0b7a5
2 changed files with 14 additions and 1 deletions

View file

@ -243,6 +243,19 @@ $headerTitles = [
'Multiple Versions of Life',
'Motion, Velocity & Luck',
'Miles, Views & Life',
'Many Voices of Life',
'Many Views of Life',
'Modern Vagabond Log',
'Motorcycle Wanderlust Log',
'Mapped Wanderings Log',
'Miles Beyond Reason',
'Miles Beyond Reality',
'Motion, Velocity & Lunacy',
'Miles, Wind & Luck',
'Maps, Villages & Legends',
'Multi-Vision Log',
'Multi-Vista Log',
'Mutable View Log',
];
$siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
?>

File diff suppressed because one or more lines are too long