From 48756694f33c3d28556ade27da283139b6da8a21 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Fri, 25 Sep 2020 14:07:41 +0200 Subject: [PATCH] fix broken date --- rss.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rss.xml b/rss.xml index cf76b68..ec31fb8 100644 --- a/rss.xml +++ b/rss.xml @@ -43,8 +43,8 @@ title : The Basspistol 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.publisher.mail | xml_escape }} ({{ site.publisher.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 }}