X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/5e265f9d81bcce30949e88850892ea5dacec7386..a5315f49f6b16c892f00509e2a27117ffd167936:/templates/index.html
diff --git a/templates/index.html b/templates/index.html
index e741c68..f5dbbc3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,31 +1,48 @@
-
+
- Blog
+
- {{#posts}}
-
- {{{html}}}
+
+ This blog is also available in plain text.
+ Archive available in gemini
+
+
+ â home.
+
+ {{~ it.posts: post}}
+
+ {{= post.html}}
-
- {{/posts}}
- {{^posts}}
+
+ {{~}}
+ {{? it.posts.length === 0}}
This is a fresh blog!
There are no posts yet.
- {{/posts}}
+ {{?}}