fix
This commit is contained in:
parent
a1dfa1728c
commit
904dd353e8
1 changed files with 2 additions and 2 deletions
|
|
@ -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() ?> |
|
<?= $page->title() ?> |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue