1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-22 11:59:08 +00:00

Fix feed url generation in xml

This commit is contained in:
davegson 2019-09-13 18:12:13 +02:00
parent fd84670ed1
commit 7baf7d5de4

View file

@ -13,7 +13,7 @@ layout: null
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/">
<channel>
<title>{{ site.podcast_title }}</title>
<atom:link href="{{ site.url }} {{ podcast_feed_url }}" rel="self" type="application/rss+xml" />
<atom:link href="{{ site.url }}{{ site.podcast_feed_url }}" rel="self" type="application/rss+xml" />
<link>{{ site.url }}</link>
<description>{{ site.podcast_description }}</description>
<lastBuildDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</lastBuildDate>