From dff7f8b33e1948d151587c0932802951961ab00b Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Sun, 25 Oct 2015 16:37:30 +0100 Subject: [PATCH] Update Rss.liquid small z does not render the timezone. --- src/Pretzel.Logic/Resources/Liquid/Rss.liquid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Pretzel.Logic/Resources/Liquid/Rss.liquid b/src/Pretzel.Logic/Resources/Liquid/Rss.liquid index 46b821728..cf4cbee0a 100644 --- a/src/Pretzel.Logic/Resources/Liquid/Rss.liquid +++ b/src/Pretzel.Logic/Resources/Liquid/Rss.liquid @@ -9,17 +9,17 @@ layout: nil en-au - {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }} - {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }} + {{ site.time | date: "%a, %d %b %Y %H:%M:%S %Z" }} + {{ site.time | date: "%a, %d %b %Y %H:%M:%S %Z" }} {% for post in site.posts %} {{ post.title | xml_escape }} http://domain{{ post.url }} - {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} + {{ post.date | date: "%a, %d %b %Y %H:%M:%S %Z" }} Author http://domain{{ post.url }} {{ post.content | xml_escape }} {% endfor %} - \ No newline at end of file +