The Blog
This commit is contained in:
26
tmpls/blog.html
Normal file
26
tmpls/blog.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!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>
|
||||
<a href="/">HOME</a>
|
||||
</footer>
|
||||
|
||||
<#if HOTRELOAD>
|
||||
<script src="/hotreload.js"></script>
|
||||
<#endif>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user