diff --git a/blog/index.html b/blog/index.html index 2223223..0345898 100644 --- a/blog/index.html +++ b/blog/index.html @@ -18,11 +18,11 @@ hastr: true
{% for post in site.categories.en limit:10 %} -

+

{{ post.title }} -

+

{{ 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 %}