Update templates.

This commit is contained in:
2025-02-14 14:30:42 +01:00
parent e39b714e33
commit 9533cebef3
5 changed files with 54 additions and 13 deletions

28
templates/blog-header.php Normal file
View File

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="<?= $lang ?>" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="<?= $lang ?>" />
<meta name="viewport" content="width=device-width" />
<meta name="keywords" content="<?= $keywords ?>" />
<meta name="description" content="<?= $description ?>" />
<meta name="author" content="<?= $author ?>" />
<title><?= $title ?> - <?= $sitetitle ?></title>
<link rel="stylesheet" href="/style.css" type="text/css" />
<link rel="icon" href="/favicon.png" type="image/png" />
<link rel="alternate" href="/blog/atom.xml" type="application/atom+xml" title="<?= $sitetitle ?> Atom Feed" />
</head>
<body>
<header>
<h1><?= $sitetitle ?></h1>
</header>
<nav>
<a href="/" >Home</a>
<a href="/blog/" >Blog</a>
<a href="/poetry.html" >Poetry</a>
<a href="https://code.ortegas.org/nortega/" >Code</a>
<a href="https://odysee.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy&sunset=lbrytv" >Videos</a>
<a href="/contact.html" >Contact</a>
</nav>
<main>
<h1 class="page-title" ><?= $title ?> - <?= $created ?></h1>