Files
aboba/tmpls/blog.html
2025-06-18 02:00:52 +02:00

30 lines
745 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="/simple.min.css" />
</head>
<body>
<h1>Blog posts</h1>
<p>
This page aggregates all blog posts.
<a href="/blog-welcome.md">Welcome (or not) post</a>
</p>
<ul>
<#BLOG_POSTS>
</ul>
<footer>
<div style="float: left;">
<a href="/">HOME</a>
<span>COMMIT: <#COMMIT></span>
<span>Running since: <#RUNNING_SINCE></span>
</div>
</footer>
<#if HOTRELOAD>
<script src="/hotreload.js"></script>
<#endif>
</body>
</html>