diff --git a/index.html b/index.html index 5e070c0..ba68c99 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,17 @@ tabtitle: Home --- -{% for post in site.posts %} +{% for post in site.posts limit:5 %}

{{ post.title }}

Published: {{ post.pub }}
-
Tagged: {{ post.tags }}
+
+ Tagged: + {% for tag in post.tags %} + {% if forloop.last %} {{tag}}{% else %} {{tag}}, {% endif %} + {% endfor %} +
{{ post.short_desc }}