diff --git a/feed.xml b/feed.xml index 2c796e5..2babc1e 100644 --- a/feed.xml +++ b/feed.xml @@ -5,6 +5,7 @@ layout: none arcanis' blog + arcanis' blog {{ site.url }} {% for post in site.categories.en limit:10 %} @@ -14,7 +15,7 @@ layout: none {{ post.title | xml_escape }} {{ post.description | xml_escape }} - {{ post.date | date_to_string }} + {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }} diff --git a/ru/feed.xml b/ru/feed.xml index 65cd978..282c771 100644 --- a/ru/feed.xml +++ b/ru/feed.xml @@ -5,6 +5,7 @@ layout: none arcanis' blog + arcanis' blog {{ site.url }}/ru {% for post in site.categories.ru limit:10 %} @@ -14,7 +15,7 @@ layout: none {{ post.title | xml_escape }} {{ post.description | xml_escape }} - {{ post.date | date_to_string }} + {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }}