This commit is contained in:
isUnknown 2025-10-14 17:37:29 +02:00
parent a1dfa1728c
commit 904dd353e8

View file

@ -3,8 +3,8 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="<?= url('assets/style.css') ?>?version-cache-prevent<?= rand(0, 1000)?>"> <link rel="stylesheet" href="<?= url('assets/style.css') ?>?version-cache-prevent<?= rand(0, 1000) ?>">
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex,nofollow">
<title> <title>
<?php if ($page->isHomePage() == false): ?> <?php if ($page->isHomePage() == false): ?>
<?= $page->title() ?>&nbsp;|&nbsp; <?= $page->title() ?>&nbsp;|&nbsp;