[Git][reproducible-builds/diffoscope-website][master] Avoid https://diffoscope.org// in links in feed XML.

Chris Lamb gitlab at salsa.debian.org
Fri May 29 09:11:19 UTC 2020



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website


Commits:
01d638c5 by Chris Lamb at 2020-05-29T10:10:52+01:00
Avoid https://diffoscope.org// in links in feed XML.

- - - - -


1 changed file:

- feed.xml


Changes:

=====================================
feed.xml
=====================================
@@ -15,8 +15,8 @@ layout: null
         <title>{{ post.title | xml_escape }}</title>
         <description>{{ post.content | xml_escape }}</description>
         <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
-        <link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
-        <guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
+        <link>{{ post.url |  prepend: site.url }}</link>
+        <guid isPermaLink="true">{{ post.url | prepend: site.url }}</guid>
       </item>
     {% endfor %}
   </channel>



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/01d638c5c97bded6c2262a8223060342f3a00f84

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/01d638c5c97bded6c2262a8223060342f3a00f84
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/20200529/e2c42b3a/attachment.htm>


More information about the rb-commits mailing list