X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/cf6302904d61ead65e6294e7f1be406eb68ef5f9..5f81d796fed4e4efbaf6dbed7d3c69481afddeb3:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 858396b..e28be64 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,32 +1,38 @@ - + - + + - blog 🍕 + - + My Ephemeral Blog + -
- Blog +
+

+ My Ephemeral Blog +

- {{#posts}} -
- {{{html}}} +

+ Only 3 posts kept at a time. + This blog is also available in txt + and rss +

+ {{~ it.posts: post}} +
+ {{= post.html}}
-
- {{/posts}} - {{^posts}} +
+ {{~}} + {{? it.posts.length === 0}}

This is a fresh blog!

There are no posts yet.

- {{/posts}} + {{?}}
-