X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/cf6302904d61ead65e6294e7f1be406eb68ef5f9..d87e5802b587e32aa6dc55d27ef54ff52ea4e6ab:/templates/index.html?ds=sidebyside
diff --git a/templates/index.html b/templates/index.html
index 858396b..a8d7f37 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,32 +1,51 @@
-
+
- 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}}
+ {{?}}