summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/rss.xml.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/template/rss.xml.j2 b/template/rss.xml.j2
index 9b58fb7a..3ffe6d38 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>