15 lines
455 B
PHP
15 lines
455 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<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)?>">
|
|
<title>
|
|
<?php if ($page->isHomePage() == false): ?>
|
|
<?= $page->title() ?> |
|
|
<?php endif ?>
|
|
<?= $site->title() ?>
|
|
</title>
|
|
</head>
|
|
<body data-template="<?= $page->template() ?>">
|
|
|