File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 5
5
< meta name ="author " content ="{{ site.author.name }} ">
6
6
<!-- Le styles -->
7
7
< link rel ="alternate " type ="application/rss+xml " href ="/rss.xml " title ="RSS feed for this page ">
8
- < link rel ="alternate " type ="application/atom+xml " href ="/atom .xml " title ="Atom feed for this page "/>
8
+ < link rel ="alternate " type ="application/atom+xml " href ="/rss .xml " title ="Atom feed for this page "/>
9
9
< link href ="/css/bootstrap.css " rel ="stylesheet ">
10
10
< link href ="/css/bootstrap-responsive.css " rel ="stylesheet ">
11
11
< link href ="/css/pygments.css " rel ="stylesheet ">
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: none
3
+ ---
4
+ <?xml version =" 1.0" encoding =" ISO-8859-1" ?>
5
+ <rss version =" 2.0" xmlns : atom =" http://www.w3.org/2005/Atom" >
6
+ <channel >
7
+ <title >{{ site.name }} - Articles</title >
8
+ <description >{{ site.description }}</description >
9
+ <link >{{ site.url }}</link >
10
+ {% for post in site.posts %}
11
+ <item >
12
+ <title >{{ post.title }}</title >
13
+ <description >{{ post.content | xml_escape }}</description >
14
+ <pubDate >{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate >
15
+ <link >{{ post.link | escape }}</link >
16
+ <guid isPermaLink =" true" >{{ site.url }}{{ post.url }}</guid >
17
+ </item >
18
+ {% endfor %}
19
+ </channel >
20
+ </rss >
You can’t perform that action at this time.
0 commit comments