Files
aboba/tmpls/blog.html
2025-06-25 21:12:42 +02:00

31 lines
773 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="/etc/simple.css" />
<#META_TAGS>
</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>
<#ifdef HOTRELOAD>
<script src="/etc/hotreload.js"></script>
<#endif>
</body>
</html>