gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: rss fixes


From: gnunet
Subject: [taler-www] branch master updated: rss fixes
Date: Fri, 07 May 2021 18:13:33 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 64621c6  rss fixes
64621c6 is described below

commit 64621c684c9453996f0d8eacf357cdd2fdf6d34c
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri May 7 18:13:28 2021 +0200

    rss fixes
---
 template/rss.xml.j2 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/template/rss.xml.j2 b/template/rss.xml.j2
index 9b58fb7..3ffe6d3 100644
--- a/template/rss.xml.j2
+++ b/template/rss.xml.j2
@@ -21,16 +21,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom";>
   <channel>
-    <atom:link href="https://{{ siteconf['baseurl'] }}/{{ lang }}/rss.xml" 
rel="self" type="application/rss+xml" />
+    <atom:link href="{{ siteconf['baseurl'] }}{{ lang }}/rss.xml" rel="self" 
type="application/rss+xml" />
     <title>{{ siteconf['rsstitle'] }}</title>
     <language>{{ lang }}</language>
     <description>{{ siteconf['rssdescr']|e }}</description>
-    <link>https://{{ siteconf['baseurl'] }}/</link>
+    <link>{{ siteconf['baseurl'] }}/</link>
     <lastBuildDate>{{ now }}</lastBuildDate>
     {% for newspostitem in newsposts %}
       <item>
-        <guid>https://{{ siteconf['baseurl'] }}/{{ lang }}{{ 
siteconf['newsloc'] }}{{ newspostitem['page'] }}</guid>
-        <link>https://{{ siteconf['baseurl'] }}/{{ lang }}{{ 
siteconf['newsloc'] }}{{ newspostitem['page'] }}</link>
+        <guid>{{ siteconf['baseurl'] }}{{ lang }}{{ siteconf['newsloc'] }}{{ 
newspostitem['page'] }}</guid>
+        <link>{{ siteconf['baseurl'] }}{{ lang }}{{ siteconf['newsloc'] }}{{ 
newspostitem['page'] }}</link>
         <pubDate>{{ conv_date_rfc822(newspostitem["date"]) }}</pubDate>
         <title>{{ newspostitem['title']|e }}</title>
         <description>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]