fix entry btns overflow
This commit is contained in:
parent
0de94435e1
commit
cf7cfe0f44
3 changed files with 6 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ $entryTopPos = $entryTopPos ?? 20;
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title><?= $site->title() ?><?= e($page->url() !== $site->url(), '-' . $page->title()) ?></title>
|
||||
<link rel="stylesheet" href="<?= url('assets/css/style.css') . '?version-cache-prevent' . rand(0, 1000) ?>" />
|
||||
<script src="<?= url('assets') ?>/js/script.js?version-cache-prevent<?= rand(0, 1000)?>" defer></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue