Update templates.
This commit is contained in:
28
templates/blog-header.php
Normal file
28
templates/blog-header.php
Normal 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>
|
Reference in New Issue
Block a user