[Git][reproducible-builds/reproducible-website][master] Fix compatibility with Jekyll in stable by temporarily dropping the RFC822 formatted date.
Chris Lamb
gitlab at salsa.debian.org
Wed Apr 17 13:00:23 CEST 2019
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
2868f2b9 by Chris Lamb at 2019-04-17T10:59:57Z
Fix compatibility with Jekyll in stable by temporarily dropping the RFC822 formatted date.
- - - - -
1 changed file:
- blog/index.rss
Changes:
=====================================
blog/index.rss
=====================================
@@ -17,7 +17,7 @@ layout: null
{% for x in reports limit:10 %}
<item>
<title>{{ x.title }}</title>
- <pubDate>{{ x.published | date_to_rfc822 }}</pubDate>
+ <pubDate>{{ x.published }}</pubDate>
<link>{{ x.url | prepend: site.url }}</link>
<guid isPermaLink="true">{{ x.url | prepend: site.url }}</guid>
<description>{{ x.content | xml_escape }}</description>
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/2868f2b9ccfcc890e2f9a4b73ffcdcc0ecfebc84
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/2868f2b9ccfcc890e2f9a4b73ffcdcc0ecfebc84
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190417/1d35ddb2/attachment.html>
More information about the rb-commits
mailing list