From 96c7a635e540d675ca06d004cfe77e71b74471c7 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 1 Jun 2020 23:34:00 +0200 Subject: Add h-feed fields to markup --- templates/index.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 0c45ce2..3e37304 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,28 +1,33 @@ - + + + - blog 🍕 + + + Blog at Unlimited Pizza 🍕 - + + -
+
Blog
{{~ it.posts: post}} -
+
{{= post.html}}

{{~}} - {{? it.posts}} + {{? it.posts.length === 0}}

This is a fresh blog!

There are no posts yet.

{{?}} -- cgit