{{ post.date | date_to_string }}
-{{ post.description }}
+{{ post.description }}Tags: {{ post.tags }}
{% endfor %} diff --git a/ru/blog/index.html b/ru/blog/index.html index 5dcbf8a..d66d2d3 100644 --- a/ru/blog/index.html +++ b/ru/blog/index.html @@ -24,6 +24,6 @@ hastr: true {{ post.title }}{% include shortdate_to_ru.html %}
-{{ post.description }}
+{{ post.description }}Тэги: {{ post.tags }}
{% endfor %}