diff --git a/blog.html b/blog.html index 456a7ec6..0085c0ec 100644 --- a/blog.html +++ b/blog.html @@ -2,13 +2,20 @@ layout: default title: Blog --- -

Latest Posts

+
+
+

InvenTree Blog

- \ No newline at end of file + {% for post in site.posts %} +
+
+

+ {{ post.title }} +

+ {{ post.excerpt }} + {% include publisher_ref.html pub=post.publisher %} +
+
+ {% endfor %} +
+