From 1ac028dc0cb813eda65f7bdaeabcbd8e65ab309c Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 22:15:52 +0200 Subject: [PATCH] make blog posts tighter --- blog/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/index.html b/blog/index.html index d564596e..38de7139 100644 --- a/blog/index.html +++ b/blog/index.html @@ -3,16 +3,16 @@ layout: default title: Blog ---
-
+

InvenTree Blog

-
+
{% for post in site.posts %} -
+

{{ post.title }}

- {{ post.excerpt }} + {{ post.excerpt | strip_html | strip_newlines | truncate: 156 }} {{ post.date | date_to_string }} | {% include partial/publisher_ref.html pub=post.publisher %}