From 1781cf3f66e3bfeac68ad6ff211bfdd1c8c9c387 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 22:36:35 +0200 Subject: [PATCH] Tags feature for blogposts --- blog/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/index.html b/blog/index.html index 33db76b..b73e099 100644 --- a/blog/index.html +++ b/blog/index.html @@ -29,6 +29,11 @@ section_id: blog

{{post.title}}

by {{post.author}}

{{post.excerpt}}

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

Read more