From 456c6805214164d07ce0298659a34c90c4985f8f Mon Sep 17 00:00:00 2001 From: pikesley Date: Thu, 4 Aug 2016 11:10:43 +0100 Subject: [PATCH] Colourful blosts --- blog.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/blog.html b/blog.html index 3b88c99..d9531a9 100644 --- a/blog.html +++ b/blog.html @@ -3,6 +3,19 @@ title: Blog --- + +
{% for blost in site.posts %} {% capture title %}{{ blost.title | slice: 0, 20 }}{% endcapture %} @@ -18,3 +31,7 @@ {% endunless %} {% endfor %}
+ +