From b07b9687c60caaddab74af6524cc77fb861cb108 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Fri, 25 Sep 2020 14:07:35 +0200 Subject: [PATCH] fix brojken date --- feed.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index f918ee0..36cf9c5 100644 --- a/feed.xml +++ b/feed.xml @@ -43,8 +43,8 @@ title : To Setto Setto RSS Feed <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} {% if post.link %}<br />Full article on: <a href="{{ site.url }}{{ post.url }}">{{ site.url }}{{ post.url }}</a>{% endif %} Hi-Lights {{ site.social.mail | xml_escape }} ({{ site.social.name }}) - {{ post.date | date: "%Y-%m-%dT%H:%M:%SZ" }} - {{ post.last_modified_at | date: "%Y-%m-%dT%H:%M:%SZ" }} + {{ post.date | date_to_rfc822 }} + {{ post.last_modified_at | date_to_rfc822 }} {{ site.publisher.mail }} No {{ post.description | truncate: 252 | xml_escape }}