compudanzas/templates/pageheader.html

31 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml' lang='{lang}'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta content='initial-scale=1.0' name='viewport'/>
<link rel='me' href='https://sunbeam.city/@compudanzas'>
<link rel='me' href='https://post.lurk.org/@compudanzas'>
<link rel='me' href='https://merveilles.town/@sejo'>
<link rel='stylesheet' href='./static/estilo.css'>
<link rel='icon' href='./img/iconocompudanzas_16.png' type='image/png' sizes='16x16'>
<link rel='icon' href='./img/iconocompudanzas_32.png' type='image/png' sizes='32x32'>
<link rel='icon' href='./img/iconocompudanzas_64.png' type='image/png' sizes='64x64'>
<meta property='og:type' content='website' />
<meta property='og:image' content='https://compudanzas.net/img/iconocompudanzas_128_w.png'>
<meta property='og:title' content='{title} &mdash; {ptitle}'>
<meta property='og:description' content='{pdescription}'>
<meta name='description' content='{pdescription}'>
<meta property='og:url' content='https://compudanzas.net/{slug}.html'>
<title>{title} &mdash; {ptitle}</title>
</head>
<body>
<header>
<p><a class='icon' href='./home.html' title='{title}'><img src='./img/iconocompudanzas_32.png' style='margin:0' alt='{title}'/></a></p>
<h1>{ptitle}</h1>
{webtranslation}
</header>
<nav>
{navcontent}
</nav>
<main>