blog/index.html.tmpl
2024-11-22 16:19:48 -05:00

36 lines
1.3 KiB
Cheetah

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>cfebs.com${more_title}</title>
<link rel="icon" type="image/png" href="/avatar.png">
<link rel="stylesheet" href="/style.css?v=2">
<link rel="stylesheet" href="/chalk.min.css">
</head>
<body>
<nav class="container navbar navbar-light">
<span class="navbar-brand"><a href="/">cfebs.com</a></span>
</nav>
<section class="container">
<div class="row">
<div class="col-md-8 col-sm-12">
${content}
</div>
<div class="col-md-4 col-sm-12">
<img style="height: 5rem" class="mb-2" alt="A yellow monster thing and iconic avatar used by cfebs" src="/avatar.png" />
<dl>
<dt>Contact</dt>
<dd><a href="mailto:mail@cfebs.com">mail@cfebs.com</a></dd>
<dt>PGP</dt>
<dd><a href="https://gitlab.com/cfebs.gpg"><code>EAAEC3829CF42B878877D14295352A65EB0C27A9</code></a></dd>
<dt>Bluesky</dt>
<dd><a rel="me" href="https://bsky.app/profile/cfebs.com">@cfebs</a></dd>
</dl>
</div>
</div>
</section>
<script src="/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</body>
</html>