We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4844729 commit de4048cCopy full SHA for de4048c
1 file changed
atom.xml
@@ -1,10 +1,10 @@
1
---
2
-layout: 01_page
+layout: none
3
4
5
<?xml version="1.0" encoding="utf-8"?>
6
<feed xmlns="http://www.w3.org/2005/Atom">
7
-
+
8
<title>mapnik.org</title>
9
<link href="http://mapnik.org/"/>
10
<link href="http://mapnik.org/atom.xml" rel="self" type="application/atom+xml"/>
@@ -14,7 +14,7 @@ layout: 01_page
14
<name>Artem Pavlenko</name>
15
<email>artem.mapnik@gmail.com</email>
16
</author>
17
18
{% for post in site.posts limit:10 %}
19
<entry>
20
<title>{{ post.title }}</title>
@@ -26,5 +26,5 @@ layout: 01_page
26
</content>
27
</entry>
28
{% endfor %}
29
30
</feed>
0 commit comments