From cea01cbd59ae091ccb2fdca726f88312b8fc897e Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 25 Aug 2014 22:58:30 +0400 Subject: [PATCH] update to standards (3) --- blog/index.html | 6 +++--- ru/blog/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 %}