27 lines
1.4 KiB
PHP
27 lines
1.4 KiB
PHP
<!-- The Yesterweb is dead, long live the Yesterweb! -->
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title><?= $title ? "$title | " . "Sixfold" : "Sixfold" ?></title>
|
|
|
|
<link rel="stylesheet" href="/assets/css/core.css" />
|
|
<link rel="stylesheet" href="/assets/css/dark-mode.css" media="(prefers-color-scheme: dark)"/>
|
|
<link rel="stylesheet" href="/assets/css/app.css" />
|
|
|
|
<meta name="robots" content="index,follow"/>
|
|
<meta name="googlebot" content="index,follow"/>
|
|
<meta name="format-detection" content="telephone=no"/>
|
|
<link rel="author" href="/humans.txt"/>
|
|
|
|
<meta property="og:site_name" content="Sixfold"/>
|
|
<meta property="og:type" content="website"/>
|
|
<meta property="og:url" content="https://app.sixfold.org<?= $_SERVER['REQUEST_URI'] ?>"/>
|
|
<meta property="og:title" content="<?= $title ?>"/>
|
|
<meta property="og:description" content="<?= $description ? $description : "Sixfold is a writer-voted journal of poetry and short stories." ?>"/>
|
|
<meta name="description" content="<?= $description ? $description : "Sixfold is a writer-voted journal of poetry and short stories." ?>"/>
|
|
<meta property="og:locale" content="en"/>
|
|
|
|
<meta name="color-scheme" content="light dark"/>
|
|
<meta name="theme-color" content="darkolivegreen" />
|
|
</head>
|