gnunet-svn
[Top][All Lists]
Advanced

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

[www_shared] branch master updated: fix RSS template


From: gnunet
Subject: [www_shared] branch master updated: fix RSS template
Date: Fri, 03 Jul 2020 11:15:03 +0200

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

grothoff pushed a commit to branch master
in repository www_shared.

The following commit(s) were added to refs/heads/master by this push:
     new 107c11f  fix RSS template
107c11f is described below

commit 107c11ff6f0af5d8882a8f4cf83ca6c7e78dbdbb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 3 11:09:20 2020 +0200

    fix RSS template
---
 rss.xml.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rss.xml.j2 b/rss.xml.j2
index 77106f6..2ba905c 100644
--- a/rss.xml.j2
+++ b/rss.xml.j2
@@ -22,7 +22,7 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom";>
   {% for siteconfitem in siteconf %}
     <channel>
-      <atom:link href="https://{{ siteconfitem['baseurl'] }}/{{ lang 
}}rss.xml" rel="self" type="application/rss+xml" />
+      <atom:link href="https://{{ siteconfitem['baseurl'] }}/{{ lang 
}}/rss.xml" rel="self" type="application/rss+xml" />
       <title>{{ siteconfitem['rsstitle'] }}</title>
       <language>{{ lang }}</language>
       <description>{{ siteconfitem['rssdescr']|e }}</description>
@@ -39,7 +39,7 @@
              <article>
                newspostitem['content']
              </article>
-             ]]/>
+             ]]>
           </description>
         </item>
       {% endfor %}

-- 
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]