From acb2da8fa6337d2c918372671c625e2c8e13e2ac Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 22:38:33 +0200 Subject: [PATCH] Added new div class for tags --- blog/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/index.html b/blog/index.html index b73e099..2ff2ae8 100644 --- a/blog/index.html +++ b/blog/index.html @@ -29,11 +29,11 @@ section_id: blog

{{post.title}}

by {{post.author}}

{{post.excerpt}}

- +
{% for tag in post.tags %} {{ tag }} {% endfor %} - +

Read more