From d92ac8ccf6516011bc40bff2b17ef0d0d766f9de Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 31 May 2020 23:25:11 +0200 Subject: Update dependencies + adapt code for them --- templates/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index e741c68..0c45ce2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,16 +16,16 @@ Blog
- {{#posts}} -
- {{{html}}} + {{~ it.posts: post}} +
+ {{= post.html}}

- {{/posts}} - {{^posts}} + {{~}} + {{? it.posts}}

This is a fresh blog!

There are no posts yet.

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