Skip to content

Commit

Permalink
fix rss path
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 18, 2016
1 parent 8b2cb4c commit ae07a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title : RSS Feed
<title>{{ site.title | xml_escape }}</title>
<description>{{ site.title | xml_escape }} - {{ site.author.name | xml_escape }}</description>
<link>{{ site.production_url }}</link>
<atom:link href="{{ site.production_url }}{{ site.JB.rss_path }}" rel="self" type="application/rss+xml" />
<atom:link href="{{ site.production_url }}/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<ttl>60</ttl>
Expand Down

0 comments on commit ae07a0e

Please sign in to comment.