2020-11-12 10:08:48 +01:00
|
|
|
<!DOCTYPE html>
|
2025-02-14 14:30:42 +01:00
|
|
|
<html lang="<?= $lang ?>" >
|
2020-11-12 10:08:48 +01:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
2025-02-14 14:30:42 +01:00
|
|
|
<meta http-equiv="Content-Language" content="<?= $lang ?>" />
|
2020-11-12 10:08:48 +01:00
|
|
|
<meta name="viewport" content="width=device-width" />
|
2025-02-14 14:30:42 +01:00
|
|
|
<meta name="keywords" content="<?= $keywords ?>" />
|
|
|
|
<meta name="description" content="<?= $description ?>" />
|
|
|
|
<meta name="author" content="<?= $author ?>" />
|
|
|
|
<title><?= $title ?> - <?= $sitetitle ?></title>
|
2020-11-12 10:08:48 +01:00
|
|
|
<link rel="stylesheet" href="/style.css" type="text/css" />
|
|
|
|
<link rel="icon" href="/favicon.png" type="image/png" />
|
2025-02-14 14:30:42 +01:00
|
|
|
<link rel="alternate" href="/blog/atom.xml" type="application/atom+xml" title="<?= $sitetitle ?> Atom Feed" />
|
2020-11-12 10:08:48 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-11-16 20:27:33 +01:00
|
|
|
<header>
|
2025-02-14 14:30:42 +01:00
|
|
|
<h1><?= $sitetitle ?></h1>
|
2021-11-16 20:27:33 +01:00
|
|
|
</header>
|
2021-03-16 17:45:38 +01:00
|
|
|
<nav>
|
2021-11-16 20:27:33 +01:00
|
|
|
<a href="/" >Home</a>
|
|
|
|
<a href="/blog/" >Blog</a>
|
|
|
|
<a href="/poetry.html" >Poetry</a>
|
2023-08-28 18:12:03 +02:00
|
|
|
<a href="https://code.ortegas.org/nortega/" >Code</a>
|
2021-11-16 20:27:33 +01:00
|
|
|
<a href="https://odysee.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy&sunset=lbrytv" >Videos</a>
|
|
|
|
<a href="/contact.html" >Contact</a>
|
2021-03-16 17:45:38 +01:00
|
|
|
</nav>
|
2021-10-05 19:54:00 +02:00
|
|
|
<main>
|
2025-02-14 14:30:42 +01:00
|
|
|
<h1 class="page-title" ><?= $title ?> - <?= $created ?></h1>
|