@@ -14,25 +14,25 @@ navbar: false
1414 >
1515 <channel >
1616 <title xml : lang =" en" >Git Rev News</title >
17- <atom : link type =" application/atom+xml" href =" https://git.github.io/ feed.xml" rel =" self" />
18- <link >https://git.github.io/ rev_news/</link >
17+ <atom : link type =" application/atom+xml" href =" {{ '/ feed.xml' | absolute_url }} " rel =" self" />
18+ <link >{{ '/ rev_news/' | absolute_url }} </link >
1919 <pubDate >{{ site.time | date_to_rfc822 }}</pubDate >
2020 <lastBuildDate >{{ site.time | date_to_rfc822 }}</lastBuildDate >
2121 <language >en-US</language >
2222 <generator >Jekyll v{{ jekyll.version }}</generator >
2323 <description >Git Rev News</description >
2424 <image >
2525 <description >Git Rev News</description >
26- <url >http ://jekyllrb.com/img/logo-rss.png</url >
26+ <url >https ://jekyllrb.com/img/logo-rss.png</url >
2727 <title >Git Rev News</title >
28- <link >https://git.github.io/ rev_news/</link >
28+ <link >{{ '/ rev_news/' | absolute_url }} </link >
2929 <width >144</width >
3030 <height >73</height >
3131 </image >
3232 {% for post in site.posts %}
3333 <item >
3434 <title >{{ post.title | xml_escape}}</title >
35- <link >https://git.github.io {{ post.url }}</link >
35+ <link >{{ post.url | absolute_url }}</link >
3636 <pubDate >{{ post.date | date_to_rfc822 }}</pubDate >
3737 <dc : creator >{{ post.author }}</dc : creator >
3838 {% for tag in post.tags %}
@@ -41,9 +41,9 @@ navbar: false
4141 {% for cat in post.categories %}
4242 <category >{{ cat | xml_escape }}</category >
4343 {% endfor %}
44- <guid isPermaLink =" true" >https://git.github.io {{ post.url }}</guid >
44+ <guid isPermaLink =" true" >{{ post.url | absolute_url }}</guid >
4545 <description >{{ post.content | xml_escape }}</description >
4646 </item >
4747 {% endfor %}
4848 </channel >
49- </rss >
49+ </rss >
0 commit comments