jhalfsharp-tilde/_includes/default.liquid
2026-03-31 11:41:44 -07:00

32 lines
1.2 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" | htmlBaseUrl}}></use></svg></div>
</main>
<div class="footer-wrap">
<footer class="footer">
<hr>
<span class="webring">
<a href="https://tilde.linuxposting.xyz/ring.py?prev&amp;tilde.linuxposting.xyz/~jhalfsharp">←</a>
<a href="https://tilde.linuxposting.xyz/">Linuxposting webring</a>
<a href="https://tilde.linuxposting.xyz/ring.py?next&amp;tilde.linuxposting.xyz/~jhalfsharp">→</a>
</span>
<br>
<span class="last-modified">Page last modified on {{ page.date | rfcdate }}</span>
</footer>
</div>
{{ scripts }}
</body>
</html>