From b62b3c0b0d516d2bb873c39ffe1112f4e9a62f82 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 15 Aug 2021 08:41:43 +0200 Subject: [PATCH] re-indent blog.html --- blog.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/blog.html b/blog.html index 2d35500..7694c76 100644 --- a/blog.html +++ b/blog.html @@ -5,31 +5,32 @@ pagination: enabled: true --- - + {% for post in paginator.posts %} -

{{ post.title }}

-

Published on {{ post.date | date: "%b %-d, %Y" }}

+

{{ post.title }}

+

Published on {{ post.date | date: "%b %-d, %Y" }}

{{ post.content }} {% endfor %} + {% if paginator.total_pages > 1 %} - {% endif %}