Skip to content

Commit 844d981

Browse files
committed
set rss feed title and feed number.
1 parent 51c6760 commit 844d981

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

atom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ layout: nil
44
<?xml version="1.0" encoding="utf-8"?>
55
<feed xmlns="http://www.w3.org/2005/Atom">
66

7-
<title>Mister Bleigh</title>
8-
<link href="http://gotgit.github.com/atom.xml" rel="self"/>
7+
<title>World Hello</title>
8+
<link href="http://www.worldhello.net/atom.xml" rel="self"/>
99
<link href="http://www.worldhello.net/"/>
1010
<updated>{{ site.time | date_to_xmlschema }}</updated>
1111
<id>http://www.worldhello.net/</id>
@@ -14,7 +14,7 @@ layout: nil
1414
<email>worldhello.net@gmail.com</email>
1515
</author>
1616

17-
{% for post in site.posts %}
17+
{% for post in site.posts limit:15 %}
1818
<entry>
1919
<title>{{ post.title }}</title>
2020
<link href="http://www.worldhello.net{{ post.url }}"/>

0 commit comments

Comments
 (0)