-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
enter.php
28 lines (28 loc) · 941 Bytes
/
enter.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html class>
<head>
<meta charset="utf-8">
<meta content="width=1024" name="viewport">
<?php if ($v = w($page->description ?? $site->description ?? "")): ?>
<meta content="<?= $v; ?>" name="description">
<?php endif; ?>
<?php if ('archive' === $page->x): ?>
<!-- Prevent search engines from indexing pages with `archive` state -->
<meta content="noindex" name="robots">
<?php endif; ?>
<meta content="<?= eat($page->author); ?>" name="author">
<title>
<?= w($t->reverse); ?>
</title>
<link href="<?= eat($url . '/favicon.ico'); ?>" rel="icon">
<link href="<?= eat($url->current(false, false)); ?>" rel="canonical">
</head>
<body>
<div class="body">
<?= self::header(); ?>
<?= self::banner(); ?>
<?= self::nav(); ?>
<?= self::meta(); ?>
<div class="content">
<main class="main">
<?= self::alert(); ?>