blog/index.html.tmpl

37 lines
1.2 KiB
Cheetah
Raw Normal View History

2024-06-15 16:27:38 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2024-06-15 16:59:22 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2024-06-17 23:52:21 +00:00
<title>cfebs.com${more_title}</title>
2024-06-15 18:57:15 +00:00
<link rel="icon" type="image/png" href="/avatar.png">
2024-06-17 23:54:00 +00:00
<link rel="stylesheet" href="/style.css?v=1">
2024-06-17 23:52:21 +00:00
<link rel="stylesheet" href="/chalk.min.css">
2024-06-15 16:27:38 +00:00
</head>
<body>
2024-06-15 16:52:02 +00:00
<nav class="container navbar navbar-light">
<span class="navbar-brand"><a href="/">cfebs.com</a></span>
2024-06-15 16:27:38 +00:00
</nav>
2024-06-15 16:52:02 +00:00
<section class="container">
<div class="row">
2024-06-15 16:59:22 +00:00
<div class="col-md-8 col-sm-12">
2024-06-17 23:52:21 +00:00
${content}
2024-06-15 16:52:02 +00:00
</div>
2024-06-15 16:59:22 +00:00
<div class="col-md-4 col-sm-12">
2024-06-15 21:10:56 +00:00
<img style="height: 5rem" class="mb-2" alt="A yellow monster thing and iconic avatar used by cfebs" src="/avatar.png" />
2024-06-15 16:52:02 +00:00
<dl>
<dt>Contact</dt>
<dd><a href="mailto:mail@cfebs.com">mail@cfebs.com</a></dd>
<dt>PGP</dt>
<dd><a href="https://meta.sr.ht/~cfebs.pgp"><code>EAAEC3829CF42B878877D14295352A65EB0C27A9</code></a></dd>
2024-06-15 17:03:49 +00:00
<dt>Mastodon</dt>
<dd><a rel="me" href="https://hachyderm.io/@cfebs">@cfebs</a></dd>
2024-06-15 16:52:02 +00:00
</dl>
</div>
</div>
</section>
2024-06-17 23:52:21 +00:00
<script src="/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
2024-06-15 16:27:38 +00:00
</body>
</html>