32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ title }}</title>
|
|
<link rel="stylesheet" type="text/css" href="/assets/css/base.css">
|
|
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
|
{{ head }}
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1 class="title">{{ title }}</h1>
|
|
<hr>
|
|
{{ content }}
|
|
<div class="finish"><svg class="halfsharp" viewBox="0 0 100 200"><use href="/assets/images/halfsharp.svg#icon"/></svg></div>
|
|
</main>
|
|
<div class="footer-wrap">
|
|
<footer class="footer">
|
|
<hr>
|
|
<span class="webring">
|
|
<a href="https://tilde.linuxposting.xyz/ring.py?prev&tilde.linuxposting.xyz/~jhalfsharp">←</a>
|
|
<a href="https://tilde.linuxposting.xyz/">Linuxposting webring</a>
|
|
<a href="https://tilde.linuxposting.xyz/ring.py?next&tilde.linuxposting.xyz/~jhalfsharp">→</a>
|
|
</span>
|
|
<br>
|
|
<span class="last-modified">Page last modified on {{ page.date | rfcdate }}</span>
|
|
</footer>
|
|
</div>
|
|
{{ scripts }}
|
|
</body>
|
|
</html>
|