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

Update podcast feed link

This commit is contained in:
davegson 2019-09-13 18:06:31 +02:00
parent 9998303561
commit fd84670ed1
2 changed files with 2 additions and 1 deletions

View file

@ -82,6 +82,7 @@ donations:
### Podcast
podcast_feed_url: /podcast.xml
podcast_album_art: /assets/img/podcast/cover.png
podcast_owner: 'Safing'
podcast_email: 'hello@safing.io'

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 }}/feed/podcast" rel="self" type="application/rss+xml" />
<atom:link href="{{ site.url }} {{ 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>