@@ -15,7 +15,7 @@ navbar: false
15
15
<channel >
16
16
<title xml : lang =" en" >Git Rev News</title >
17
17
<atom : link type =" application/atom+xml" href =" http://git.github.io/feed.xml" rel =" self" />
18
- <link >http://git.github.io/rev_news</link >
18
+ <link >http://git.github.io/rev_news/ </link >
19
19
<pubDate >{{ site.time | date_to_rfc822 }}</pubDate >
20
20
<lastBuildDate >{{ site.time | date_to_rfc822 }}</lastBuildDate >
21
21
<language >en-US</language >
@@ -25,14 +25,14 @@ navbar: false
25
25
<description >Git Rev News</description >
26
26
<url >http://jekyllrb.com/img/logo-rss.png</url >
27
27
<title >Git Rev News</title >
28
- <link >http://git.github.io/rev_news</link >
28
+ <link >http://git.github.io/rev_news/ </link >
29
29
<width >144</width >
30
30
<height >73</height >
31
31
</image >
32
32
{% for post in site.posts %}
33
33
<item >
34
34
<title >{{ post.title | xml_escape}}</title >
35
- <link >http://git.github.io/rev_news {{ post.url }}</link >
35
+ <link >http://git.github.io{{ post.url }}</link >
36
36
<pubDate >{{ post.date | date_to_rfc822 }}</pubDate >
37
37
<dc : creator >{{ post.author }}</dc : creator >
38
38
{% for tag in post.tags %}
@@ -41,7 +41,7 @@ navbar: false
41
41
{% for cat in post.categories %}
42
42
<category >{{ cat | xml_escape }}</category >
43
43
{% endfor %}
44
- <guid isPermaLink =" true" >http://git.github.io/rev_news {{ post.url }}</guid >
44
+ <guid isPermaLink =" true" >http://git.github.io{{ post.url }}</guid >
45
45
<description >{{ post.content | xml_escape }}</description >
46
46
</item >
47
47
{% endfor %}
0 commit comments