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:
parent
fd84670ed1
commit
7baf7d5de4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue