meli-website/templates/default.hbs

49 lines
2.2 KiB
Handlebars

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
{{#if html_title }}
<title>{{ html_title }}</title>
{{ else }}
<title>{{ title }} - meli MUA</title>
{{ /if }}
<meta name="description" content="experimental terminal mail client">
<meta name="keywords" content="meli,mua,mail,terminal,unix,linux,client">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{#if ogTitle }}<meta property="og:title" content="{{ ogTitle }}" />
{{ /if }}{{#if ogType }} <meta property="og:type" content="{{ ogType }}" />
{{ /if }}{{#if ogImage }} <meta property="og:image" content="{{ ogImage }}" />
{{ /if }}{{#if date_iso_8601 }} <meta property="og:article:published_time" content="{{ date_iso_8601 }}" />
{{ /if }}
<link rel="alternate" type="application/rss+xml" title="meli MUA RSS Feed" href="/rss.xml" />
<link rel="stylesheet" href="/css/default.css" />
<link rel="stylesheet" href="/css/syntax.css" />
</head>
<body>
<header>
<div class="logo">
<a href="/">meli</a><div id="bee-emoji-svg"><span class="sakuraA sakura">🌸</span><span class="sakuraB sakura">🌸</span><span id="envelopeA" class="envelope">📨</span><span id="envelopeB" class="envelope">📨</span><span id="envelopeC" class="envelope">📨</span><span id="envelopeD" class="envelope">📨</span><span id="envelopeE" class="envelope">📨</span></div>
</div>
<nav>
<a href="/">Home</a>
<a href="/download.html">Download</a>
<a href="/screenshots.html">Screenshots</a>
<a href="/documentation.html">Tutorials & Documentation</a>
<a href="/mailing-lists.html">Mailing&nbsp;Lists</a>
</nav>
</header>
<main class="{{ mainClass }}">
{{ include body }}
</main>
<footer>
{{ bees }}
<a rel="me" style="display: none;" href="https://chaos.social/@epilys"></a>
</footer>
</body>
</html>