From d37e8019bc8a7297ab45f3b973dcae2a8f065454 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 04:56:47 +0300 Subject: code style --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 53f5da7..46cfdef 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,10 @@ root_page: true {% else %} {% for post in paginator.posts %}

{{ post.title }}

-

 Posted on {{ post.date | date_to_long_string }}{% if post.category %} in  {{ post.category }}{% endif %}

+

+  Posted on {{ post.date | date_to_long_string }} + {%- if post.category %} in  {{ post.category }}{% endif %} +

{{ post.excerpt }}


{% endfor %} -- cgit v1.2.3